Added compile guards to wxEditableListBox

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-04-25 09:22:02 +00:00
parent 23714996e9
commit 235751501d
5 changed files with 13843 additions and 14101 deletions

View File

@@ -11,6 +11,10 @@
#ifndef __WX_EDITLBOX_H__
#define __WX_EDITLBOX_H__
#include "wx/defs.h"
#if wxUSE_EDITABLELISTBOX
#include "wx/panel.h"
class WXDLLEXPORT wxBitmapButton;
@@ -63,4 +67,6 @@ protected:
DECLARE_EVENT_TABLE()
};
#endif // wxUSE_EDITABLELISTBOX
#endif // __WX_EDITLBOX_H__