summaryrefslogtreecommitdiff
path: root/src/metric_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/metric_time.h')
-rw-r--r--src/metric_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/metric_time.h b/src/metric_time.h
index 016d7c1..cae6755 100644
--- a/src/metric_time.h
+++ b/src/metric_time.h
@@ -41,6 +41,8 @@ public:
int minutes () const;
int seconds () const;
int milliseconds () const;
+
+ void add (MetricTime t);
private:
void split (int& h, int& m, int& s, int& ms) const;