From: Stefan Neis Date: Fri, 14 Jan 2000 23:02:22 +0000 (+0000) Subject: SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/023d13a6bc52084ee2812821976af37339ed8442 SN: Added a forward declaration of class wxOwnerDrawn (needed by gcc) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/checklst.h b/include/wx/os2/checklst.h index 1bfeb6c264..f669ef3cb1 100644 --- 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