]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
basic support for encodings for wxMSW::wxFont
[wxWidgets.git] / src / common / textcmn.cpp
index ccaa6e3bfa3b41a1d608b40dfd7c4f05acb27cfc..63408d24d4c12e6d9f55806dfa032dec068cfe3c 100644 (file)
 // ============================================================================
 // declarations
 // ============================================================================
 // ============================================================================
 // declarations
 // ============================================================================
-
+#ifdef __GNUG__
+    #pragma implementation "textctrlbase.h"
+#endif
+        
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -148,7 +151,7 @@ wxTextCtrl& wxTextCtrlBase::operator<<(long i)
     return *TEXTCTRL(this);
 }
 
     return *TEXTCTRL(this);
 }
 
-wxTextCtrl& wxTextCtrlBase::operator<<(const char c)
+wxTextCtrl& wxTextCtrlBase::operator<<(const wxChar c)
 {
     return operator<<(wxString(c));
 }
 {
     return operator<<(wxString(c));
 }