warning fixes and fix for non precomp builtbot
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,9 +32,9 @@ WX_DEFINE_ARRAY( char* , wxListDataArray );
|
|||||||
// List box control
|
// List box control
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxListWidgetColumn;
|
class WXDLLIMPEXP_FWD_CORE wxListWidgetColumn;
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxListWidgetCellValue;
|
class WXDLLIMPEXP_FWD_CORE wxListWidgetCellValue;
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxListBox : public wxListBoxBase
|
class WXDLLIMPEXP_CORE wxListBox : public wxListBoxBase
|
||||||
{
|
{
|
||||||
|
@@ -88,6 +88,7 @@ class wxNonOwnedWindow;
|
|||||||
class wxMacControl;
|
class wxMacControl;
|
||||||
class wxWidgetImpl;
|
class wxWidgetImpl;
|
||||||
class wxNotebook;
|
class wxNotebook;
|
||||||
|
class wxTextCtrl;
|
||||||
|
|
||||||
#if wxOSX_USE_CARBON
|
#if wxOSX_USE_CARBON
|
||||||
typedef wxMacControl wxWidgetImplType;
|
typedef wxMacControl wxWidgetImplType;
|
||||||
@@ -417,8 +418,6 @@ protected :
|
|||||||
// the interface to be implemented eg by a listbox
|
// the interface to be implemented eg by a listbox
|
||||||
//
|
//
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxMacDataItem ;
|
|
||||||
|
|
||||||
class WXDLLIMPEXP_CORE wxListWidgetColumn
|
class WXDLLIMPEXP_CORE wxListWidgetColumn
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
|
Reference in New Issue
Block a user