]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
final revision of prototypes for b*h (and few others)
[wxWidgets.git] / include / wx / html / winpars.h
index 08638dee80ce3f4f649fe735fa4f8bfbb7f906d7..8f554ce8c22baefe6e672ee67e4234d79e0a20b4 100644 (file)
@@ -149,7 +149,7 @@ protected:
     virtual void AddText(const wxString& txt);
 
 private:
-    void DoAddText(wxChar *temp, int& templen, wxChar nbsp);
+    void DoAddText(wxChar *temp, int& templen);
 
     bool m_tmpLastWasSpace;
     wxChar *m_tmpStrBuf;
@@ -201,6 +201,7 @@ private:
             // html font sizes and faces of fixed and proportional fonts
 
 #if !wxUSE_UNICODE
+    wxChar m_nbsp;
     wxFontEncoding m_InputEnc, m_OutputEnc;
             // I/O font encodings
     wxEncodingConverter *m_EncConv;