]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/affinematrix2d.cpp
fixing osx_carbon
[wxWidgets.git] / src / common / affinematrix2d.cpp
index 977f6834ad86d7347269650d39ef059a0ccc8749..b4605d4e53d26b60b0f25d3d220cd2f07e7e4f68 100644 (file)
@@ -13,6 +13,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_GEOMETRY
+
 #include "wx/affinematrix2d.h"
 #include "wx/math.h"
 
@@ -177,3 +179,5 @@ bool wxAffineMatrix2D::IsIdentity() const
            m_21 == 0 && m_22 == 1 &&
            m_tx == 0 && m_ty == 0;
 }
+
+#endif // wxUSE_GEOMETRY