diff options
Diffstat (limited to 'src/dcp_time.h')
| -rw-r--r-- | src/dcp_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dcp_time.h b/src/dcp_time.h index 270177dd..44e3cf02 100644 --- a/src/dcp_time.h +++ b/src/dcp_time.h @@ -62,7 +62,7 @@ public: , tcr (tcr_) {} - Time (double seconds); + Time (double seconds, int tcr); Time (std::string time, int tcr); |
