]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / glcanvas.h
index a581b4f46324653cf0b5f73fff55ec073e6c3cec..8e7de1f6e96385cde3d6119e8ca4a2dc32e2e839 100644 (file)
@@ -143,7 +143,7 @@ public:
 
 #ifdef __WXUNIVERSAL__
     // resolve the conflict with wxWindowUniv::SetCurrent()
-    virtual bool SetCurrent(bool doit) { return wxWindow::SetCurrent(doit); };
+    virtual bool SetCurrent(bool doit) { return wxWindow::SetCurrent(doit); }
 #endif
 
 protected: