projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove always-true test of unsigned >= 0
[wxWidgets.git]
/
src
/
html
/
m_links.cpp
diff --git
a/src/html/m_links.cpp
b/src/html/m_links.cpp
index ee764370849128ea3beac9b237647e4106a685b3..9343b893f5f99b0dd2d849454301f730b8019331 100644
(file)
--- a/
src/html/m_links.cpp
+++ b/
src/html/m_links.cpp
@@
-15,7
+15,7
@@
#if wxUSE_HTML && wxUSE_STREAMS
#if wxUSE_HTML && wxUSE_STREAMS
-#ifndef WXPRECOMP
+#ifndef WX
_
PRECOMP
#endif
#include "wx/html/forcelnk.h"
#endif
#include "wx/html/forcelnk.h"
@@
-51,7
+51,7
@@
public:
}
}
}
}
- DECLARE_NO_COPY_CLASS(wxHtmlAnchorCell)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlAnchorCell);
};
};