diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-12 00:44:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-12 00:44:05 +0200 |
| commit | 76dd507f45f52cf3b969df5fb393dfbb7db1cedc (patch) | |
| tree | ac9511ab023c61d4a42e7c1049861e6780bac064 /src/lib/util.h | |
| parent | 351297f2b408bbf4e3198bede69a3725e8468334 (diff) | |
haxi18n
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
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(); |
