X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fstandard_controls.h;h=191924509b1a09aac1d45e23ebcd4403deb30a7d;hb=5e74e417e8b3d4e9773d0fad97cf11a5c4eeeccf;hp=b485c48cc744e6439c8c82aa8f9cf79998337e45;hpb=6349c88c4fb9d4ac76ef14b277d455e3a2b006a6;p=dcpomatic.git diff --git a/src/wx/standard_controls.h b/src/wx/standard_controls.h index b485c48cc..191924509 100644 --- a/src/wx/standard_controls.h +++ b/src/wx/standard_controls.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,17 @@ */ + #include "controls.h" + class StandardControls : public Controls { public: - StandardControls (wxWindow* parent, boost::shared_ptr viewer, bool editor_controls); + StandardControls (wxWindow* parent, std::shared_ptr viewer, bool editor_controls); + + void play (); + void stop (); private: void check_play_state ();