]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
Typo
[wxWidgets.git] / src / html / m_pre.cpp
index 675d916321d83829df17a55e1acd3193f3b0ae8b..5afcbbc6b75964cb1c93a3aa2bac791647a3acaf 100644 (file)
@@ -15,7 +15,7 @@
 
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
 #endif
 
 #include "wx/html/forcelnk.h"
@@ -35,7 +35,7 @@ static wxString LINKAGEMODE HtmlizeWhitespaces(const wxString& str)
     size_t linepos = 0;
     for (size_t i = 0; i < len; i++)
     {
-        switch (str[i])
+        switch ( str[i].GetValue() )
         {
             case wxT('<'):
                 while (i < len && str[i] != wxT('>'))