From 9d59f1fc2ee07ad28b55a6b8bae8d451705e2215 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 3 Aug 2001 20:26:04 +0000 Subject: [PATCH] once again forgot about this OS/2 strangeness git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/m_pre.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/m_pre.cpp b/src/html/m_pre.cpp index e09dda3655..43b3b597b5 100644 --- a/src/html/m_pre.cpp +++ b/src/html/m_pre.cpp @@ -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(); -- 2.50.0