FFmpegContent does not need audio_length().
[dcpomatic.git] / src / lib / update.h
index c3e2b5613d2772e3049f1c685d3e7c86aab71e27..461217a372ea61ae3802f0018a0026da76ff2339 100644 (file)
@@ -21,6 +21,7 @@
  *  @brief UpdateChecker class.
  */
 
+#include "signaller.h"
 #include <curl/curl.h>
 #include <boost/signals2.hpp>
 #include <boost/thread/mutex.hpp>
@@ -30,7 +31,7 @@
 struct update_checker_test;
 
 /** Class to check for the existance of an update for DCP-o-matic on a remote server */
-class UpdateChecker
+class UpdateChecker : public Signaller, public boost::noncopyable
 {
 public:
        UpdateChecker ();