]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/caret.h
Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
[wxWidgets.git] / interface / wx / caret.h
index 637e305c94fbe15c848a2c25127515b61afbc83d..b5d870635e7c97247ea0002da34c6fd2a3018af6 100644 (file)
@@ -62,7 +62,7 @@ public:
         Get the caret position (in pixels).
     */
     void GetPosition(int* x, int* y) const;
         Get the caret position (in pixels).
     */
     void GetPosition(int* x, int* y) const;
-    const wxPoint GetPosition() const;
+    wxPoint GetPosition() const;
     //@}
 
     //@{
     //@}
 
     //@{
@@ -70,7 +70,7 @@ public:
         Get the caret size.
     */
     void GetSize(int* width, int* height) const;
         Get the caret size.
     */
     void GetSize(int* width, int* height) const;
-    const wxSize  GetSize() const;
+    wxSize GetSize() const;
     //@}
 
     /**
     //@}
 
     /**