]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stc/stc.h
removed redundant wxClassName:: prefix
[wxWidgets.git] / interface / wx / stc / stc.h
index f936debde1625843abe0273f409fc3fa37e57408..e5e895d41067e789ec9f794f3bfa37dc804bb651 100644 (file)
@@ -331,10 +331,10 @@ public:
     */
     wxStyledTextCtrl::wxStyledTextCtrl(wxWindow* parent,
                                        wxWindowID id = wxID_ANY,
-                                       const wxPoint pos = wxDefaultPosition,
-                                       const wxSize size = wxDefaultSize,
+                                       const wxPoint& pos = wxDefaultPosition,
+                                       const wxSize& size = wxDefaultSize,
                                        long style = 0,
-                                       const wxString name = "stcwindow");
+                                       const wxString& name = wxSTCNameStr);
 
     /**
         Extend life of document.
@@ -597,7 +597,7 @@ public:
     /**
         Will a paste succeed?
     */
-    bool CanPaste();
+    virtual bool CanPaste() const;
 
     /**
         Are there any redoable actions in the undo history?