X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/caret.h diff --git a/interface/wx/caret.h b/interface/wx/caret.h index de8bcc0272..7b02f2c890 100644 --- a/interface/wx/caret.h +++ b/interface/wx/caret.h @@ -2,7 +2,6 @@ // Name: caret.h // Purpose: interface of wxCaret // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -38,7 +37,7 @@ public: the @a window. */ wxCaret(wxWindow* window, int width, int height); - wxCaret(wxWindowBase* window, const wxSize& size); + wxCaret(wxWindow* window, const wxSize& size); //@} //@{ @@ -46,8 +45,8 @@ public: Creates a caret with the given size (in pixels) and associates it with the @a window (same as the equivalent constructors). */ - bool Create(wxWindowBase* window, int width, int height); - bool Create(wxWindowBase* window, const wxSize& size); + bool Create(wxWindow* window, int width, int height); + bool Create(wxWindow* window, const wxSize& size); //@} /**