summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-23 17:35:40 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-23 22:34:09 +0200
commit27e5d372e8ca10ad0c1fd189f9dc76eb14d7a3ca (patch)
tree390894bb28be7fc2198aba1f7f3f5dcd490ffaf9 /src/wx
parent52e4de12b069f6bc3a290f902c7db37eedfa5098 (diff)
Undefine Status that somebody decided to put in the global namespace.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/gl_video_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h
index e1a7fc1ac..1f9ed08ea 100644
--- a/src/wx/gl_video_view.h
+++ b/src/wx/gl_video_view.h
@@ -33,6 +33,7 @@ DCPOMATIC_ENABLE_WARNINGS
#include <boost/thread/condition.hpp>
#undef None
#undef Success
+#undef Status
class GLVideoView : public VideoView
{