]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
deprecate Create() function in favour of CreateThread(); its name is too generic...
[wxWidgets.git] / include / wx / stc / stc.h
index 118e23cc13646b9efc1b00a97325ae826cc94f5a..e701ed988105e3ba762bd21ee300b4db015ffffd 100644 (file)
@@ -2643,7 +2643,7 @@ public:
     void SetReadOnly(bool readOnly);
 
     // Will a paste succeed?
-    bool CanPaste();
+    bool CanPaste() const;
 
     // Are there any undoable actions in the undo history?
     bool CanUndo() const;