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
This commit is contained in:
parent
86a37794ff
commit
023d13a6bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user