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
|
||||
{
|
||||
|
@@ -922,12 +922,12 @@ void MyApp::DoMIMEDemo(wxCommandEvent& WXUNUSED(event))
|
||||
_T("XyZ %s"),
|
||||
_T("XyZ -p %s"),
|
||||
_T("The one and only XYZ format file"),
|
||||
_T("xyz"), _T("123"), NULL),
|
||||
_T("xyz"), _T("123"), wxNullPtr),
|
||||
wxFileTypeInfo(_T("text/html"),
|
||||
_T("lynx %s"),
|
||||
_T("lynx -dump %s | lpr"),
|
||||
_T("HTML document (from fallback)"),
|
||||
_T("htm"), _T("html"), NULL),
|
||||
_T("htm"), _T("html"), wxNullPtr),
|
||||
|
||||
// must terminate the table with this!
|
||||
wxFileTypeInfo()
|
||||
|
Reference in New Issue
Block a user