Fix using compatibility flag in propgridpagestate.h header file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-11-24 16:06:42 +00:00
parent 1fd049988d
commit a1f83adcec

View File

@@ -758,7 +758,7 @@ protected:
/** Indicates total virtual height of visible properties. */
unsigned int m_virtualHeight;
#ifdef WXWIN_COMPATIBILITY_3_0
#if WXWIN_COMPATIBILITY_3_0
/** 1 if m_lastCaption is also the bottommost caption. */
unsigned char m_lastCaptionBottomnest;