]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
got rid of wxSocketBase::m_error which could get out of sync with wxSocketImpl::m_err...
[wxWidgets.git] / src / stc / stc.cpp
index 7be0bfe412d0cb10447834b24bf31eb26af10d73..5188b94c77b6fcef793e42912a145e19595a16e6 100644 (file)
@@ -1569,7 +1569,7 @@ void wxStyledTextCtrl::SetReadOnly(bool readOnly)
 }
 
 // Will a paste succeed?
-bool wxStyledTextCtrl::CanPaste()
+bool wxStyledTextCtrl::CanPaste() const
 {
     return SendMsg(2173, 0, 0) != 0;
 }