summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-20 17:50:31 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-24 00:43:55 +0200
commita57401251cd49841f892139144cc6b3c48f53fb9 (patch)
treef43f3f490c2485e33833802fd47d33bfac3aa7e3 /test/test.h
parent09fbc3882ea919d67427ec7c90c8051871145074 (diff)
Move tell_gettext_about_language_change() up to test.cc
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index bb92b5385..625d330c8 100644
--- a/test/test.h
+++ b/test/test.h
@@ -80,6 +80,7 @@ extern void make_and_verify_dcp(std::shared_ptr<Film> film, std::vector<dcp::Ver
extern void check_int_close (int a, int b, int d);
extern void check_int_close (std::pair<int, int>, std::pair<int, int>, int d);
extern boost::filesystem::path find_file (boost::filesystem::path dir, std::string filename_part);
+extern void tell_gettext_about_language_change();
class LogSwitcher