init: Propagated database and log to CmdContinue

This commit is contained in:
Paul Beckingham 2016-03-22 01:40:49 -04:00
parent 7ad9132d72
commit 11f990f2a0
3 changed files with 6 additions and 3 deletions

View file

@ -25,10 +25,13 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <commands.h>
#include <iostream>
////////////////////////////////////////////////////////////////////////////////
int CmdContinue ()
int CmdContinue (
Database& database,
Log& log)
{
std::cout << "[continue: allows resuming a stopped interval]\n";