summaryrefslogtreecommitdiff
path: root/src/dcp_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dcp_time.h')
-rw-r--r--src/dcp_time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h
index 8033348b..eff69579 100644
--- a/src/dcp_time.h
+++ b/src/dcp_time.h
@@ -56,6 +56,9 @@ public:
std::string to_string () const;
int64_t to_ticks () const;
+
+private:
+ void set (double);
};
extern bool operator== (Time const & a, Time const & b);