X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..ae901b234c4a0aa7c1777b3bd181dd7f8517ad21:/src/html/m_links.cpp?ds=sidebyside

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);
 };