Fix typo in string (thanks MichaƂ Tomaszewski)
[dcpomatic.git] / src / wx / content_view.h
index 1ad7c541ae9645ae8b9109e586be401437967631..16ff5c4636f51e571e4f37907e21d93bd58501f0 100644 (file)
 
 
 #include "lib/content_store.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/listctrl.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <vector>
 
 
@@ -39,7 +39,7 @@ public:
        std::shared_ptr<Content> selected () const;
        void update ();
 
-       std::shared_ptr<Content> get (std::string digest) const;
+       std::shared_ptr<Content> get (std::string digest) const override;
 
 private:
        void add (std::shared_ptr<Content> content);