X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fstandard_controls.h;h=191924509b1a09aac1d45e23ebcd4403deb30a7d;hb=e72a69ac2ebf24df05ba4b6de65bfa338a58b0ec;hp=f79e4a17896443a367b1d9fb37f516ffda855063;hpb=579d18cb7770efe2da03afaf6a33faaf624119e3;p=dcpomatic.git diff --git a/src/wx/standard_controls.h b/src/wx/standard_controls.h index f79e4a178..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,17 +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); -#ifdef DCPOMATIC_PLAYER_STRESS_TEST void play (); void stop (); -#endif private: void check_play_state ();