projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86a3779
)
SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)
author
Stefan Neis
<Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 23:02:22 +0000
(23:02 +0000)
committer
Stefan Neis
<Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 23:02:22 +0000
(23:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5411
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/os2/checklst.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/os2/checklst.h
b/include/wx/os2/checklst.h
index 1bfeb6c26491b8be07303d808a4f8d08efa441db..f669ef3cb1c67a631333773de3ad4d27d601f3d5 100644
(file)
--- a/
include/wx/os2/checklst.h
+++ b/
include/wx/os2/checklst.h
@@
-17,6
+17,8
@@
#include "wx/setup.h"
+class wxOwnerDrawn; // so the compiler knows, it is a class.
+
class wxCheckListBoxItem; // fwd decl, define in checklst.cpp
class WXDLLEXPORT wxCheckListBox : public wxListBox