summaryrefslogtreecommitdiff
path: root/src/lib/cross.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 17:24:12 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 17:24:12 +0100
commit38cedccdb55e35c8f6b835cfb7405ab2160889e0 (patch)
treee8f6d5989644339ee50aad69c52e4894668c45ab /src/lib/cross.h
parent5a454b3e7b36b41440424929d67400641bbb8d68 (diff)
Merge Windows CPU code from master.
Diffstat (limited to 'src/lib/cross.h')
-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 a00fee679..58fa821c7 100644
--- a/src/lib/cross.h
+++ b/src/lib/cross.h
@@ -26,6 +26,6 @@
class Log;
void dcpomatic_sleep (int);
-extern std::pair<std::string, int> cpu_info ();
+extern std::string cpu_info ();
extern void run_ffprobe (boost::filesystem::path, boost::filesystem::path, boost::shared_ptr<Log>);
extern std::list<std::pair<std::string, std::string> > mount_info ();