]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
fix compile break for unknown FLASHWINFO
[wxWidgets.git] / include / wx / glcanvas.h
index 5eb588c1173c81dbc00dbe4e542b1058972b4388..2ba47b60dbf961979c3ede3c9ce071d048c974b9 100644 (file)
@@ -30,7 +30,7 @@ public:
 
     // use this in the constructor of the user-derived wxGLApp class to
     // determine if an OpenGL rendering context with these attributes
-    // is available - returns TRUE if so, FALSE if not.
+    // is available - returns true if so, false if not.
     bool InitGLVisual(int *attribList);
 
 private: