projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
common
/
geometry.cpp
diff --git
a/src/common/geometry.cpp
b/src/common/geometry.cpp
index 985fbb36b1d0f926e3a2ab184d6bd20fbb62fd29..2d7694b1efc5603c5ec5572485c5d7916c0ac82c 100644
(file)
--- a/
src/common/geometry.cpp
+++ b/
src/common/geometry.cpp
@@
-22,6
+22,8
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#if wxUSE_GEOMETRY
+
#include "wx/log.h"
#include <string.h>
#include "wx/log.h"
#include <string.h>
@@
-309,3
+311,4
@@
void wxRect2DInt::ReadFrom( wxDataInputStream &stream )
m_height = stream.Read32() ;
}
m_height = stream.Read32() ;
}
+#endif // wxUSE_GEOMETRY