std::shared_ptr
[dcpomatic.git] / src / wx / standard_controls.h
index b485c48cc744e6439c8c82aa8f9cf79998337e45..eac47726b2660436eeb660c9d27b6a30e9b7ec3f 100644 (file)
 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 ();
 
 private:
        void check_play_state ();