summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-15 10:58:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-15 10:58:01 +0000
commit815e4cf7441d83ffca6d4d797a1a313f7c6464ab (patch)
treea469fb8153fc83cc8e0b35ced4e32328d9fca8e9 /src/lib/util.h
parent1e33ccb216e73d3ea94ed08aaa4766c856178757 (diff)
Hand-apply 155b4b9f615f42b5cc26e2953860aba34b17bbc0; allow build of Windows debug version using gdb.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 1d04d358b..f5d0b3aca 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -48,6 +48,8 @@ extern "C" {
#define HISTORY_SIZE 10
#define REPORT_PROBLEM _("Please report this problem by using Help -> Report a problem or via email to carl@dcpomatic.com")
+extern std::string program_name;
+
class Job;
struct AVSubtitle;