From eb4cdf4a3dc02d1c3368ff4ecf6e6aff36868be3 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Wed, 10 Sep 2014 14:56:54 +0000 Subject: [PATCH] Fix Wreorder of m_maxValue in the wxAppProgressIndicator. Author: Chaobin Zhang git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/taskbarbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/taskbarbutton.h b/include/wx/taskbarbutton.h index b44156e79e..8feace36ab 100644 --- a/include/wx/taskbarbutton.h +++ b/include/wx/taskbarbutton.h @@ -138,8 +138,8 @@ public: void Reset(); private: - int m_maxValue; WXWidget m_parent; + int m_maxValue; wxTaskBarButton* m_taskBarButton; };