remove extra semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -130,7 +130,7 @@ public :
|
||||
protected :
|
||||
wxMenuItem* m_peer;
|
||||
|
||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
|
||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
|
||||
} ;
|
||||
|
||||
class wxMenuImpl : public wxObject
|
||||
@@ -159,7 +159,7 @@ public :
|
||||
protected :
|
||||
wxMenu* m_peer;
|
||||
|
||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
|
||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
|
||||
} ;
|
||||
|
||||
|
||||
|
@@ -22,7 +22,7 @@ class wxFDIODispatcher;
|
||||
namespace wxPrivate
|
||||
{
|
||||
class PipeIOHandler;
|
||||
};
|
||||
}
|
||||
|
||||
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
|
||||
{
|
||||
|
Reference in New Issue
Block a user