X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07cdd027648238ac3ec1e1ad62d960698f07ed56..de8c48cf464e67572ba2927dd9f7dfe9e7d3488f:/src/common/geometry.cpp diff --git a/src/common/geometry.cpp b/src/common/geometry.cpp index 985fbb36b1..9d86956fe5 100644 --- a/src/common/geometry.cpp +++ b/src/common/geometry.cpp @@ -10,10 +10,9 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma interface "geometry.h" + #pragma implementation "geometry.cpp" #endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,6 +21,8 @@ #pragma hdrstop #endif +#if wxUSE_GEOMETRY + #include "wx/log.h" #include @@ -309,3 +310,4 @@ void wxRect2DInt::ReadFrom( wxDataInputStream &stream ) m_height = stream.Read32() ; } +#endif // wxUSE_GEOMETRY