Replace another occurrence of deprecated wxUSE_GENERICDATAVIEWCTRL
Use wxHAS_GENERIC_DATAVIEWCTRL instead, to complete the changes of
bc92ed9d85
, see
https://github.com/wxWidgets/wxWidgets/pull/827
Closes https://github.com/wxWidgets/wxWidgets/pull/1016
This commit is contained in:
committed by
Vadim Zeitlin
parent
aaa13cf520
commit
fdee5e7bc9
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "wx/dataview.h"
|
#include "wx/dataview.h"
|
||||||
|
|
||||||
#if !defined(wxUSE_GENERICDATAVIEWCTRL)
|
#if !defined(wxHAS_GENERIC_DATAVIEWCTRL)
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/app.h"
|
#include "wx/app.h"
|
||||||
@@ -3556,6 +3556,6 @@ void wxDataViewColumn::SetNativeData(wxDataViewColumnNativeData* newNativeDataPt
|
|||||||
m_NativeDataPtr = newNativeDataPtr;
|
m_NativeDataPtr = newNativeDataPtr;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // !wxUSE_GENERICDATAVIEWCTRL
|
#endif // !defined(wxHAS_GENERIC_DATAVIEWCTRL)
|
||||||
|
|
||||||
#endif // wxUSE_DATAVIEWCTRL
|
#endif // wxUSE_DATAVIEWCTRL
|
||||||
|
Reference in New Issue
Block a user