]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
pen and brush are platform neutral on osx
[wxWidgets.git] / src / stc / stc.cpp
index 3123f90443258cb14bb8028a17e4f180586048ae..a81c6c71aa2f407058a490b0031f2699c589f98a 100644 (file)
@@ -224,7 +224,7 @@ wxStyledTextCtrl::~wxStyledTextCtrl() {
 
 //----------------------------------------------------------------------
 
-long wxStyledTextCtrl::SendMsg(int msg, wxUIntPtr wp, wxIntPtr lp) const
+wxIntPtr wxStyledTextCtrl::SendMsg(int msg, wxUIntPtr wp, wxIntPtr lp) const
 {
     return m_swx->WndProc(msg, wp, lp);
 }