From 560ea054e946e84dc4b59dd611394aa8089e0f04 Mon Sep 17 00:00:00 2001
From: Niels Martin Hansen <nielsm@aegisub.org>
Date: Sat, 22 Nov 2008 19:07:56 +0000
Subject: [PATCH] Fix last-minute test for wx GL support to be compiled it.
 Thanks to sneshko.

Originally committed to SVN as r2475.
---
 aegisub/video_context.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/video_context.h b/aegisub/video_context.h
index 01545e66d..56c60d11a 100644
--- a/aegisub/video_context.h
+++ b/aegisub/video_context.h
@@ -44,7 +44,7 @@
 #include <wx/glcanvas.h>
 #include <wx/timer.h>
 #include <wx/stopwatch.h>
-#ifndef wxUSE_GLCANVAS
+#if ! wxUSE_GLCANVAS
 #error "Aegisub requires wxWidgets to be compiled with OpenGL support."
 #endif
 #include <list>
-- 
GitLab