projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
html
/
helpdata.cpp
diff --git
a/src/html/helpdata.cpp
b/src/html/helpdata.cpp
index 83aaac88819a70a9558c89d85013c3b5989e7580..506fc99d8fe6b6f0620c94cda83f03f9832552f3 100644
(file)
--- a/
src/html/helpdata.cpp
+++ b/
src/html/helpdata.cpp
@@
-127,7
+127,7
@@
public:
protected:
virtual void AddText(const wxString& WXUNUSED(txt)) {}
protected:
virtual void AddText(const wxString& WXUNUSED(txt)) {}
- DECLARE_NO_COPY_CLASS(HP_Parser)
+ wxDECLARE_NO_COPY_CLASS(HP_Parser);
};
};
@@
-170,7
+170,7
@@
class HP_TagHandler : public wxHtmlTagHandler
m_parentItem = NULL;
}
m_parentItem = NULL;
}
- DECLARE_NO_COPY_CLASS(HP_TagHandler)
+ wxDECLARE_NO_COPY_CLASS(HP_TagHandler);
};
};