C++11 tidying.
[dcpomatic.git] / src / wx / standard_controls.h
index f79e4a17896443a367b1d9fb37f516ffda855063..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);
 
-#ifdef DCPOMATIC_PLAYER_STRESS_TEST
        void play ();
        void stop ();
-#endif
 
 private:
        void check_play_state ();