Fix mingw warning: passing NULL to non-pointer argument.
Author: Chaobin Zhang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,15 +15,15 @@
|
|||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// wxTaskBarButton: define wxTaskBarButton interface.
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_CORE wxTaskBarButton;
|
class WXDLLIMPEXP_FWD_CORE wxTaskBarButton;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpListCategory;
|
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpListCategory;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpList;
|
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpList;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpListImpl;
|
class WXDLLIMPEXP_FWD_CORE wxTaskBarJumpListImpl;
|
||||||
|
|
||||||
|
// ----------------------------------------------------------------------------
|
||||||
|
// wxTaskBarButton: define wxTaskBarButton interface.
|
||||||
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
State of the task bar button.
|
State of the task bar button.
|
||||||
*/
|
*/
|
||||||
|
@@ -1428,7 +1428,7 @@ void wxTaskBarJumpListImpl::LoadKnownCategory(const wxString& title)
|
|||||||
hr = docList->GetList
|
hr = docList->GetList
|
||||||
(
|
(
|
||||||
title == "Recent" ? ADLT_RECENT : ADLT_FREQUENT,
|
title == "Recent" ? ADLT_RECENT : ADLT_FREQUENT,
|
||||||
NULL,
|
0,
|
||||||
wxIID_IObjectArray,
|
wxIID_IObjectArray,
|
||||||
reinterpret_cast<void **>(&array)
|
reinterpret_cast<void **>(&array)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user