]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compile warning
authorRobin Dunn <robin@alldunn.com>
Mon, 26 Mar 2001 22:18:00 +0000 (22:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 26 Mar 2001 22:18:00 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/glcanvas/msw/myglcanvas.cpp
wxPython/contrib/glcanvas/msw/myglcanvas.h

index 17bb10e020960d14f6288e89533b26c04f56e338..196d6734f33b2bf7b43b4bc42288a45eee34e563 100644 (file)
@@ -22,7 +22,7 @@
 #include <wx/setup.h>
 
 
-
+#undef wxUSE_GLCANVAS
 #define wxUSE_GLCANVAS 1
 #if wxUSE_GLCANVAS
 
index 2ec721c66b6c05bc4d8be22009bb238ee11ca9ad..a56cdb6659a6e8841ce6f26e722da3b9a8505c18 100644 (file)
@@ -19,6 +19,7 @@
 #include <wx/setup.h>
 
 
+#undef wxUSE_GLCANVAS
 #define wxUSE_GLCANVAS 1
 #if wxUSE_GLCANVAS