warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
#include "wx/dialog.h"
|
||||
#include "wx/artprov.h"
|
||||
|
||||
class WXDLLEXPORT wxListCtrl;
|
||||
class WXDLLEXPORT wxListEvent;
|
||||
class WXDLLEXPORT wxStaticBitmap;
|
||||
class WXDLLIMPEXP_FWD_CORE wxListCtrl;
|
||||
class WXDLLIMPEXP_FWD_CORE wxListEvent;
|
||||
class WXDLLIMPEXP_FWD_CORE wxStaticBitmap;
|
||||
|
||||
class wxArtBrowserDialog : public wxDialog
|
||||
{
|
||||
@@ -30,7 +30,7 @@ public:
|
||||
private:
|
||||
void OnSelectItem(wxListEvent &event);
|
||||
void OnChooseClient(wxCommandEvent &event);
|
||||
|
||||
|
||||
wxListCtrl *m_list;
|
||||
wxStaticBitmap *m_canvas;
|
||||
wxStaticText *m_text;
|
||||
|
Reference in New Issue
Block a user