diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:42:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-12 20:42:16 +0100 |
| commit | 56139fd8f98ad306c32567c4b8070fe7ff18ab1e (patch) | |
| tree | 1a4abde48d7006b06d750d43245d6a6be2a6556b /src/lib | |
| parent | 0213cd319d1d09fdb8ca7e96428e514f41ea8de7 (diff) | |
More OS X debug.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/util.cc | 2 |
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 |
