Fix failure to remove markers when the checkbox is unticked.
[dcpomatic.git] / src / wx / standard_controls.h
index 143624126557c0ddeed1e4a2987615ecc7401d7b..191924509b1a09aac1d45e23ebcd4403deb30a7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "controls.h"
 
+
 class StandardControls : public Controls
 {
 public:
-       StandardControls (wxWindow* parent, boost::shared_ptr<FilmViewer> viewer, bool editor_controls);
+       StandardControls (wxWindow* parent, std::shared_ptr<FilmViewer> viewer, bool editor_controls);
 
        void play ();
        void stop ();