summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-18 00:25:59 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-18 00:25:59 +0000
commit35e5de23b21a1fc9788fadd9ecd8beae9cfc18e3 (patch)
tree9da9ea851aa29ce86e342f584705e2a0b42fa537 /src/lib
parent0d0a8a9ee75d9e535a63808846f0fe27bd77450a (diff)
Move a couple of tests to a more appropriate place.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/dcpomatic_time.h6
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;