projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5315ebf
)
forward declare wxMenu
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 25 Feb 2003 12:43:06 +0000
(12:43 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 25 Feb 2003 12:43:06 +0000
(12:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19309
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/cmdproc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/cmdproc.h
b/include/wx/cmdproc.h
index 0e5547a6b7b6b4c82fd82e974615a7efa5ec93cd..13523e077e9f57ec0d9cde3d0c8ce6588cb81884 100644
(file)
--- a/
include/wx/cmdproc.h
+++ b/
include/wx/cmdproc.h
@@
-19,6
+19,8
@@
#include "wx/object.h"
#include "wx/list.h"
+class WXDLLEXPORT wxMenu;
+
// ----------------------------------------------------------------------------
// wxCommand: a single command capable of performing itself
// ----------------------------------------------------------------------------