summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-12 00:44:05 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-12 00:44:05 +0200
commit76dd507f45f52cf3b969df5fb393dfbb7db1cedc (patch)
treeac9511ab023c61d4a42e7c1049861e6780bac064 /src/lib/util.h
parent351297f2b408bbf4e3198bede69a3725e8468334 (diff)
haxi18n
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 0d844085a..f0b9f4c79 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -65,7 +65,7 @@ extern std::string seconds_to_approximate_hms(int);
extern double seconds(struct timeval);
extern void dcpomatic_setup();
extern void dcpomatic_setup_path_encoding();
-extern void dcpomatic_setup_c_and_gettext_i18n(std::string);
+extern void dcpomatic_setup_c_and_gettext_i18n();
extern std::string digest_head_tail(std::vector<boost::filesystem::path>, boost::uintmax_t size);
extern std::string simple_digest(std::vector<boost::filesystem::path> paths);
extern void ensure_ui_thread();