From a1f83adcec460e38d5b403709526d72dde32d000 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Mon, 24 Nov 2014 16:06:42 +0000 Subject: [PATCH] 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 --- include/wx/propgrid/propgridpagestate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/propgrid/propgridpagestate.h b/include/wx/propgrid/propgridpagestate.h index 6ffafbd5c1..717982bf1c 100644 --- a/include/wx/propgrid/propgridpagestate.h +++ b/include/wx/propgrid/propgridpagestate.h @@ -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;