diff options
| -rw-r--r-- | src/image.h | 1 | ||||
| -rw-r--r-- | test/subtitle_test.cc (renamed from test/subtitle_tests.cc) | 0 | ||||
| -rw-r--r-- | test/wscript | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index d9109939..941325cd 100644 --- a/src/image.h +++ b/src/image.h @@ -24,7 +24,6 @@ namespace dcp { class Image { public: - Image (Size); Image (Image const &); Image (boost::shared_ptr<const Image>); diff --git a/test/subtitle_tests.cc b/test/subtitle_test.cc index c7137bec..c7137bec 100644 --- a/test/subtitle_tests.cc +++ b/test/subtitle_test.cc diff --git a/test/wscript b/test/wscript index b616b59d..c19d2533 100644 --- a/test/wscript +++ b/test/wscript @@ -46,7 +46,7 @@ def build(bld): recovery_test.cc round_trip_test.cc smpte_load_font_test.cc - subtitle_tests.cc + subtitle_test.cc test.cc text_test.cc util_test.cc |
