]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/window.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / palmos / window.h
index 4be644902d7c2c226086cc656f84f1fa19cc2e1c..99d7aa051462c8dabf7cf9f4a797001631e75239 100644 (file)
@@ -139,7 +139,7 @@ public:
     wxWindow *FindItemByWinHandle(WXWINHANDLE handle, bool controlOnly = false) const;
 
     // Palm only: true if this control is part of the main control
-    virtual bool ContainsWinHandle(WXWINHANDLE WXUNUSED(handle)) const { return false; };
+    virtual bool ContainsWinHandle(WXWINHANDLE WXUNUSED(handle)) const { return false; }
 
     // translate wxWidgets style flags for this control into the Windows style
     // and optional extended style for the corresponding native control