projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add doc for wxGraphicsContext.Create(), which is a lightweight context with no target...
[wxWidgets.git]
/
src
/
html
/
m_hline.cpp
diff --git
a/src/html/m_hline.cpp
b/src/html/m_hline.cpp
index fc875b6b8f33f110001d9603802daeae39ef9e3b..c83704ad4cc7a438119b8e380395dca2d6942117 100644
(file)
--- a/
src/html/m_hline.cpp
+++ b/
src/html/m_hline.cpp
@@
-46,7
+46,7
@@
class wxHtmlLineCell : public wxHtmlCell
// Should we draw 3-D shading or not
bool m_HasShading;
- DECLARE_NO_COPY_CLASS(wxHtmlLineCell)
+ wxDECLARE_NO_COPY_CLASS(wxHtmlLineCell);
};