X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fplayer_stress_tester.h;h=534cf8c764bb4ffe52d666b9df9333388eb8577f;hb=e46302d86c7295bd95cd7cdfa331c8186fe793cb;hp=40686bc2476b3e0f951590ddb409369a30cd292d;hpb=19760ad4cf6d348416444e515b5e709be565f81e;p=dcpomatic.git diff --git a/src/wx/player_stress_tester.h b/src/wx/player_stress_tester.h index 40686bc24..534cf8c76 100644 --- a/src/wx/player_stress_tester.h +++ b/src/wx/player_stress_tester.h @@ -18,13 +18,19 @@ */ + +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include #include + class wxWindow; class Controls; + class Command { public: @@ -35,6 +41,7 @@ public: WAIT, STOP, SEEK, + EXIT }; Command(std::string line);