X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcb6cbecc890c65e15ade46ca416b4c353bb7e8f..62795f413a7222863b4aee76c08764071f94bd87:/src/common/headercolcmn.cpp diff --git a/src/common/headercolcmn.cpp b/src/common/headercolcmn.cpp index 27e4843300..efc958498e 100644 --- a/src/common/headercolcmn.cpp +++ b/src/common/headercolcmn.cpp @@ -3,7 +3,6 @@ // Purpose: wxHeaderColumn implementation // Author: Vadim Zeitlin // Created: 2008-12-02 -// RCS-ID: $Id$ // Copyright: (c) 2008 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -23,8 +22,7 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#endif // WX_PRECOMP +#if wxUSE_HEADERCTRL #include "wx/headercol.h" @@ -91,4 +89,5 @@ void wxSettableHeaderColumn::ToggleFlag(int flag) SetFlags(flags); } +#endif // wxUSE_HEADERCTRL