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 :
|
protected :
|
||||||
wxMenuItem* m_peer;
|
wxMenuItem* m_peer;
|
||||||
|
|
||||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
|
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
class wxMenuImpl : public wxObject
|
class wxMenuImpl : public wxObject
|
||||||
@@ -159,7 +159,7 @@ public :
|
|||||||
protected :
|
protected :
|
||||||
wxMenu* m_peer;
|
wxMenu* m_peer;
|
||||||
|
|
||||||
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl);
|
DECLARE_ABSTRACT_CLASS(wxMenuItemImpl)
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -22,7 +22,7 @@ class wxFDIODispatcher;
|
|||||||
namespace wxPrivate
|
namespace wxPrivate
|
||||||
{
|
{
|
||||||
class PipeIOHandler;
|
class PipeIOHandler;
|
||||||
};
|
}
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
|
class WXDLLIMPEXP_BASE wxConsoleEventLoop : public wxEventLoopManual
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user