]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
Remove the wrong "std::" scope prefix before ceil() call.
[wxWidgets.git] / include / wx / combobox.h
index 831bed1c242f6b1ab302c7c7a8588dbfb1ea6020..a1a8a4386c802d7cf1d42fd521cbb8387166085d 100644 (file)
@@ -53,8 +53,8 @@ public:
     virtual int GetSelection() const = 0;
     virtual void GetSelection(long *from, long *to) const = 0;
 
-    virtual void Popup() { wxFAIL_MSG( wxT("Not implemented") ); };
-    virtual void Dismiss() { wxFAIL_MSG( wxT("Not implemented") ); };
+    virtual void Popup() { wxFAIL_MSG( wxT("Not implemented") ); }
+    virtual void Dismiss() { wxFAIL_MSG( wxT("Not implemented") ); }
 
     // may return value different from GetSelection() when the combobox
     // dropdown is shown and the user selected, but not yet accepted, a value