Compilation fix: forward declare wxTextEntry in unit tests code.
This should fix tests compilation on the build bot Mac OS X slaves. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
#ifndef _WX_TESTS_CONTROLS_TEXTENTRYTEST_H_
|
#ifndef _WX_TESTS_CONTROLS_TEXTENTRYTEST_H_
|
||||||
#define _WX_TESTS_CONTROLS_TEXTENTRYTEST_H_
|
#define _WX_TESTS_CONTROLS_TEXTENTRYTEST_H_
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_FWD_CORE wxTextEntry;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// abstract base class testing wxTextEntry methods
|
// abstract base class testing wxTextEntry methods
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user