Fix last-minute test for wx GL support to be compiled it. Thanks to sneshko.

Originally committed to SVN as r2475.
This commit is contained in:
Niels Martin Hansen 2008-11-22 19:07:56 +00:00
parent 56e0bea8d9
commit 560ea054e9
1 changed files with 1 additions and 1 deletions

View File

@ -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>