reverted two last changes; they both broke compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
38d85c646d
commit
3d1f191965
@ -32,7 +32,6 @@ I STRONGLY recommend reading and understanding these macros!!
|
||||
class HTML_Handler_##name : public wxHtmlWinTagHandler \
|
||||
{ \
|
||||
public: \
|
||||
HTML_Handler_##name() : wxHtmlWinTagHandler() {} \
|
||||
wxString GetSupportedTags() {return wxT(tags);}
|
||||
|
||||
|
||||
@ -52,7 +51,6 @@ I STRONGLY recommend reading and understanding these macros!!
|
||||
|
||||
|
||||
#define TAG_HANDLER_END(name) \
|
||||
DECLARE_NO_COPY_CLASS(HTML_Handler_##name) \
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user