From: Benjamin Williams Date: Tue, 7 Nov 2006 10:29:02 +0000 (+0000) Subject: fixed compile error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1114a102d5f1ecb49516058028ede501da153809 fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/aui/dockart.h b/include/wx/aui/dockart.h index 8d572017c0..dbe21f332b 100644 --- a/include/wx/aui/dockart.h +++ b/include/wx/aui/dockart.h @@ -152,6 +152,7 @@ protected: wxPen m_gripper_pen1; wxPen m_gripper_pen2; wxPen m_gripper_pen3; + wxColour m_base_colour; wxColour m_active_caption_colour; wxColour m_active_caption_gradient_colour; wxColour m_active_caption_text_colour;