minor changes / updates

This commit is contained in:
Michal Marcinkowski
2015-01-29 19:57:45 -05:00
parent 238aa09381
commit 4dba4f4cee
4 changed files with 28 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ public:
static ImageSequencer& ref();
bool loadSequence(const std::string dir);
bool parsePlaybook(const std::string dir, std::string year = "2015");
bool parsePlaybook(const std::string& dir, const std::string& type, std::string year = "2015");
void testStartTimeMap();