build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,13 +9,15 @@
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_VALTEXTH__
|
||||
#define _WX_VALTEXTH__
|
||||
#ifndef _WX_VALTEXT_H_
|
||||
#define _WX_VALTEXT_H_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_VALIDATORS && (wxUSE_TEXTCTRL || wxUSE_COMBOBOX)
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxTextEntry;
|
||||
|
||||
#include "wx/validate.h"
|
||||
|
||||
#define wxFILTER_NONE 0x0000
|
||||
@@ -93,5 +95,4 @@ private:
|
||||
#endif
|
||||
// wxUSE_VALIDATORS && (wxUSE_TEXTCTRL || wxUSE_COMBOBOX)
|
||||
|
||||
#endif
|
||||
// _WX_VALTEXTH__
|
||||
#endif // _WX_VALTEXT_H_
|
||||
|
Reference in New Issue
Block a user