fixes for DLL build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-02 00:05:09 +00:00
parent 472eec8a03
commit 4660b55651
2 changed files with 3 additions and 2 deletions

View File

@@ -345,7 +345,8 @@ protected:
// wxDataViewCtrl
// ---------------------------------------------------------
WX_DECLARE_LIST(wxDataViewColumn, wxDataViewColumnList );
WX_DECLARE_LIST_WITH_DECL(wxDataViewColumn, wxDataViewColumnList,
class WXDLLIMPEXP_ADV);
class WXDLLIMPEXP_ADV wxDataViewCtrl: public wxDataViewCtrlBase,
public wxScrollHelperNative