More OS X debug.
authorCarl Hetherington <cth@carlh.net>
Sat, 12 Oct 2013 19:42:16 +0000 (20:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 12 Oct 2013 19:42:16 +0000 (20:42 +0100)
src/lib/util.cc

index 554631464f710ce339161e84f3ed3253c75718a4..b9075310308442901452beb0e0a86d00967c6758 100644 (file)
@@ -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