summaryrefslogtreecommitdiff
path: root/src/lib/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 16:46:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 16:46:08 +0100
commitf0d79f2ee79becbcb7bc9065155eaa0963a6aa99 (patch)
tree1820ffa94cd39d2c60382fbc66dc0f1a202a6f13 /src/lib/util.cc
parent611f2241c6732c2c38d87e129e51cf9d8d7a08b8 (diff)
Add SubtitleContent.
Diffstat (limited to 'src/lib/util.cc')
-rw-r--r--src/lib/util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 2e4abe64d..53c457898 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -91,8 +91,8 @@ using boost::lexical_cast;
using boost::optional;
using libdcp::Size;
-boost::thread::id ui_thread;
-boost::filesystem::path backtrace_file;
+static boost::thread::id ui_thread;
+static boost::filesystem::path backtrace_file;
/** Convert some number of seconds to a string representation
* in hours, minutes and seconds.