summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-15 15:44:20 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-15 15:44:20 +0100
commit0e1f33373acc23a9ac5411435cc76df6c1572c07 (patch)
treed920be9d163f77c027e9292977119b9340d80f9d /src/lib
parentd58e3b6a2bb7861982af3a6b862b42139a14bdcb (diff)
Missing commit.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.h b/src/lib/cross.h
index 6956b8efa..c7bb4991c 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -48,7 +48,7 @@ extern boost::filesystem::path shared_path ();
extern FILE * fopen_boost (boost::filesystem::path, std::string);
extern int dcpomatic_fseek (FILE *, int64_t, int);
extern void start_batch_converter (boost::filesystem::path dcpomatic);
-extern int thread_id ();
+extern uint64_t thread_id ();
/** @class Waker
* @brief A class which tries to keep the computer awake on various operating systems.