diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/dcpomatic_time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h index ad5b6768e..5f00807bd 100644 --- a/src/lib/dcpomatic_time.h +++ b/src/lib/dcpomatic_time.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2017 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -218,8 +218,8 @@ public: } private: - friend struct dcptime_ceil_test; - friend struct dcptime_floor_test; + friend struct dcpomatic_time_ceil_test; + friend struct dcpomatic_time_floor_test; Type _t; static const int HZ = 96000; |
