Fix warning cause by previous libdcp bump.
[dcpomatic.git] / src / wx / video_view.h
index cf5e09da0a8ff9444a05839cc6bce12ad4cbe5f9..387cca9f6a0a86dda8804fe3e2ad4c92e6d6baf5 100644 (file)
 #include "lib/signaller.h"
 #include "lib/timer.h"
 #include "lib/types.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+#include <dcp/types.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 #include <boost/thread.hpp>
 
@@ -149,6 +150,10 @@ protected:
                return wxColour(0, 255, 0);
        }
 
+       wxColour crop_guess_colour () const {
+               return wxColour(0, 0, 255);
+       }
+
        int video_frame_rate () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _video_frame_rate;