summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-12 20:42:16 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-12 20:42:16 +0100
commit56139fd8f98ad306c32567c4b8070fe7ff18ab1e (patch)
tree1a4abde48d7006b06d750d43245d6a6be2a6556b /src
parent0213cd319d1d09fdb8ca7e96428e514f41ea8de7 (diff)
More OS X debug.
Diffstat (limited to 'src')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 554631464..b90753103 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -288,7 +288,7 @@ dcpomatic_setup ()
*/
boost::filesystem::path lib = app_contents ();
lib /= "lib";
- cout << "adding search dir " << lib.c_str() << "\n";
+ std::cout << "adding search dir " << lib.c_str() << "\n";
lt_dladdsearchdir (lib.c_str ());
#endif