Take Film pointer out of Content.
[dcpomatic.git] / src / lib / log.cc
index e3ffd1cadcc05f4f114e107df4e870d46ce0a3f6..8f7794aed8f48cb265eda768a8b954cb07280bf8 100644 (file)
@@ -35,6 +35,8 @@ using std::string;
 using std::cout;
 using boost::shared_ptr;
 
+boost::shared_ptr<Log> dcpomatic_log;
+
 Log::Log ()
        : _types (0)
 {