]> git.saurik.com Git - wxWidgets.git/commitdiff
SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc)
authorStefan Neis <Stefan.Neis@t-online.de>
Fri, 14 Jan 2000 23:02:22 +0000 (23:02 +0000)
committerStefan 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

index 1bfeb6c26491b8be07303d808a4f8d08efa441db..f669ef3cb1c67a631333773de3ad4d27d601f3d5 100644 (file)
@@ -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