CmdDefault: Migrated to intervalSummarize

This commit is contained in:
Paul Beckingham 2016-03-28 22:49:14 -04:00
parent e6a27b1f72
commit 49f7c08457
2 changed files with 4 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#include <Database.h>
#include <Rules.h>
#include <Extensions.h>
#include <Interval.h>
#include <Log.h>
#include <Color.h>
@ -44,6 +45,7 @@ std::vector <std::string> getKeywords (const std::vector <std::string>&);
// helper.cpp
Color tagColor (const Rules&, const std::string&);
std::string intervalSummarize (const Rules&, const Interval&);
// utiŀ.cpp
std::string osName ();