forked from mia/Aegisub
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:
parent
56e0bea8d9
commit
560ea054e9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue