X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..eea4d01c65f9b29baa1193db762b4c6b8144af24:/src/html/m_links.cpp diff --git a/src/html/m_links.cpp b/src/html/m_links.cpp index ee76437084..9343b893f5 100644 --- a/src/html/m_links.cpp +++ b/src/html/m_links.cpp @@ -15,7 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS -#ifndef WXPRECOMP +#ifndef WX_PRECOMP #endif #include "wx/html/forcelnk.h" @@ -51,7 +51,7 @@ public: } } - DECLARE_NO_COPY_CLASS(wxHtmlAnchorCell) + wxDECLARE_NO_COPY_CLASS(wxHtmlAnchorCell); };