Fix warning of reorder: m_appID.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:55:56 +00:00
parent 952a6eabf4
commit 31350e35cf

View File

@@ -39,6 +39,10 @@ WINOLEAPI PropVariantClear(PROPVARIANT* pvar);
#define PropVariantInit(pvar) memset ( (pvar), 0, sizeof(PROPVARIANT) ) #define PropVariantInit(pvar) memset ( (pvar), 0, sizeof(PROPVARIANT) )
#endif #endif
#ifndef INFOTIPSIZE
#define INFOTIPSIZE 1024
#endif
namespace { namespace {
// The maximum number of thumbnail toolbar buttons allowed on windows is 7. // The maximum number of thumbnail toolbar buttons allowed on windows is 7.
@@ -1201,9 +1205,9 @@ void wxTaskBarJumpList::Update()
wxTaskBarJumpListImpl::wxTaskBarJumpListImpl(wxTaskBarJumpList *jumpList, wxTaskBarJumpListImpl::wxTaskBarJumpListImpl(wxTaskBarJumpList *jumpList,
const wxString& appID) const wxString& appID)
: m_jumpList(jumpList), : m_jumpList(jumpList),
m_appID(appID),
m_destinationList(NULL) m_destinationList(NULL)
{ {
m_appID = appID;
HRESULT hr = CoCreateInstance HRESULT hr = CoCreateInstance
( (
wxCLSID_DestinationList, wxCLSID_DestinationList,