Basics of DCP subtitle import.
[dcpomatic.git] / src / lib / log.cc
index 52dff2982222620d81a9b7426c13c2a32beb523e..4de6bd874e94c4c97feed165a210de7b10169936 100644 (file)
@@ -39,7 +39,7 @@ int const Log::TYPE_TIMING  = 0x8;
 Log::Log ()
        : _types (0)
 {
-       Config::instance()->Changed.connect (boost::bind (&Log::config_changed, this));
+       _config_connection = Config::instance()->Changed.connect (boost::bind (&Log::config_changed, this));
        config_changed ();
 }