X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcpomatic_time.h;h=5f00807bdf2c3c4da605e577e3c18f7214d90391;hp=ad5b6768edb1140c9ac04570bab6f8a8af1651b2;hb=35e5de23b21a1fc9788fadd9ecd8beae9cfc18e3;hpb=0d0a8a9ee75d9e535a63808846f0fe27bd77450a 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 + Copyright (C) 2014-2018 Carl Hetherington 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;