summaryrefslogtreecommitdiff
path: root/src/wx/standard_controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/standard_controls.h')
-rw-r--r--src/wx/standard_controls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wx/standard_controls.h b/src/wx/standard_controls.h
index b485c48cc..f79e4a178 100644
--- a/src/wx/standard_controls.h
+++ b/src/wx/standard_controls.h
@@ -25,6 +25,11 @@ class StandardControls : public Controls
public:
StandardControls (wxWindow* parent, boost::shared_ptr<FilmViewer> viewer, bool editor_controls);
+#ifdef DCPOMATIC_PLAYER_STRESS_TEST
+ void play ();
+ void stop ();
+#endif
+
private:
void check_play_state ();
void play_clicked ();