]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/helpbase.h
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
[wxWidgets.git] / include / wx / helpbase.h
index 613a87477c236ea29e50e3b615a2745ef5c16227..614ccae69dce55f9dddf3e5ee8f095839e3d7c4c 100644 (file)
@@ -57,7 +57,7 @@ public:
     virtual bool DisplaySection(int sectionNo) = 0;
 
     // Display the section using a context id
-    virtual bool DisplayContextPopup(int WXUNUSED(contextId)) { return false; };
+    virtual bool DisplayContextPopup(int WXUNUSED(contextId)) { return false; }
 
     // Display the text in a popup, if possible
     virtual bool DisplayTextPopup(const wxString& WXUNUSED(text), const wxPoint& WXUNUSED(pos)) { return false; }