]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp.in
hook the docview-specific customization of event handling logic at TryValidator(...
[wxWidgets.git] / src / stc / stc.cpp.in
index cd2b9ee0d776152b2599a767e1fb873d954f3833..3ce719586b23b2653e94486e8c86630ceb17389a 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);
 }