X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a3c45f2c8932c27485b6cd4d1a0494a2ccf9589..b736d59eb531794e6b1cef2b4997c517569ff0dd:/include/wx/motif/combobox.h?ds=sidebyside diff --git a/include/wx/motif/combobox.h b/include/wx/motif/combobox.h index ddb9c1401c..15f2249a86 100644 --- a/include/wx/motif/combobox.h +++ b/include/wx/motif/combobox.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -106,8 +105,8 @@ public: WXWidget GetMainWidget() const { return m_mainWidget; } //Copied from wxComboBoxBase because for wxMOTIF wxComboBox does not inherit from it. - 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") ); } protected: virtual wxSize DoGetBestSize() const;