summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_time.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-22 22:21:29 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-22 22:21:29 +0100
commitc39979ef676b49e97129c5f29c2e2c700fdc1d3a (patch)
treec36d7ced6d25a4878c7f7eb24a3579ce028e68c2 /src/lib/dcpomatic_time.h
parent2924a6ca80adf5251f5c8e364289cfc7817dc586 (diff)
Warning fixes.
Diffstat (limited to 'src/lib/dcpomatic_time.h')
-rw-r--r--src/lib/dcpomatic_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcpomatic_time.h b/src/lib/dcpomatic_time.h
index a0bbad06a..4c7ea4ba5 100644
--- a/src/lib/dcpomatic_time.h
+++ b/src/lib/dcpomatic_time.h
@@ -97,7 +97,7 @@ public:
}
protected:
- friend class dcptime_round_up_test;
+ friend struct dcptime_round_up_test;
Type _t;
static const int HZ = 96000;