]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/glcanvas.h
automated changes: many (pure) virtual specifiers added
[wxWidgets.git] / interface / wx / glcanvas.h
index d2dab4c0851b8f58e402bb362bc2b4a39c619de0..9a744d9fb468a21092e31183845627389b37d169 100644 (file)
@@ -264,6 +264,6 @@ public:
         so that the output of the previous OpenGL commands is displayed on the window.
         Returns @false if an error occurred.
     */
-    bool SwapBuffers();
+    virtual bool SwapBuffers();
 };