projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5637cc3
)
Unneeded semicolon.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Wed, 14 Jun 2006 15:03:55 +0000
(15:03 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Wed, 14 Jun 2006 15:03:55 +0000
(15:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39718
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/aui/auidemo.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/aui/auidemo.cpp
b/samples/aui/auidemo.cpp
index bf0e72093d51ab0de5db6891a92fda7c9bfe9fb9..6beeb3f36f911c2596464a20b2312bc25df9978f 100644
(file)
--- a/
samples/aui/auidemo.cpp
+++ b/
samples/aui/auidemo.cpp
@@
-17,6
+17,7
@@
#endif
#include "wx/wx.h"
+
#include "wx/grid.h"
#include "wx/treectrl.h"
#include "wx/spinctrl.h"
@@
-125,7
+126,7
@@
private:
wxArrayString m_perspectives;
wxMenu* m_perspectives_menu;
- DECLARE_EVENT_TABLE()
;
+ DECLARE_EVENT_TABLE()
};
@@
-203,7
+204,7
@@
private:
wxFrameManager* m_mgr;
- DECLARE_EVENT_TABLE()
;
+ DECLARE_EVENT_TABLE()
};
BEGIN_EVENT_TABLE(wxSizeReportCtrl, wxControl)