projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Document wxFFile::GetName().
[wxWidgets.git]
/
src
/
dfb
/
pen.cpp
diff --git
a/src/dfb/pen.cpp
b/src/dfb/pen.cpp
index f1b9f9d6866143cebb65a45e4a95625fda8f8e79..336c8452ef13634fd54184b28263dc25b3c2e51e 100644
(file)
--- a/
src/dfb/pen.cpp
+++ b/
src/dfb/pen.cpp
@@
-84,7
+84,7
@@
wxPen::wxPen(const wxBitmap& WXUNUSED(stipple), int WXUNUSED(width))
bool wxPen::operator==(const wxPen& pen) const
{
-#warning "this is incorrect
(MGL too)
"
+#warning "this is incorrect"
return m_refData == pen.m_refData;
}