projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor header cleaning.
[wxWidgets.git]
/
src
/
mgl
/
pen.cpp
diff --git
a/src/mgl/pen.cpp
b/src/mgl/pen.cpp
index a98e011a9e26aecc5e738147944a09cbcbaa37c4..4c63041cbfd62b6975c6223fe8d80254c56ac37c 100644
(file)
--- a/
src/mgl/pen.cpp
+++ b/
src/mgl/pen.cpp
@@
-15,8
+15,12
@@
#endif
#include "wx/pen.h"
#endif
#include "wx/pen.h"
-#include "wx/bitmap.h"
-#include "wx/colour.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/bitmap.h"
+ #include "wx/colour.h"
+#endif
+
#include "wx/mgl/private.h"
//-----------------------------------------------------------------------------
#include "wx/mgl/private.h"
//-----------------------------------------------------------------------------
@@
-233,7
+237,7
@@
void* wxPen::GetPixPattern() const
}
}
-bool wxPen::Ok() const
+bool wxPen::
Is
Ok() const
{
return (m_refData != NULL);
}
{
return (m_refData != NULL);
}