]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
added new text event macros description
[wxWidgets.git] / src / html / m_pre.cpp
index e09dda36551691e47e062896de609f34391c383e..43b3b597b5fec0da2905d2719cb27deea1855cde 100644 (file)
@@ -32,7 +32,7 @@
 FORCE_LINK_ME(m_pre)
 
 // replaces '\t', ' ' and '\n' with HTML markup:
-static wxString HtmlizeWhitespaces(const wxString& str)
+static wxString LINKAGEMODE HtmlizeWhitespaces(const wxString& str)
 {
     wxString out;
     size_t i = 0, j = 0, len = str.Len();