Small fixes and tidy-ups spotted by cppcheck.
[dcpomatic.git] / src / lib / update.h
index c3e2b5613d2772e3049f1c685d3e7c86aab71e27..5bb9e95016de1ed2bace2ec556fd54f9dccfef07 100644 (file)
@@ -30,7 +30,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 boost::noncopyable
 {
 public:
        UpdateChecker ();