X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d3820b348955b748fa0ab3076f4ed9763ce4bee..f4e325b3df3d4c0b3ca21d4d1781acab6a488e4c:/include/wx/ownerdrw.h diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 4bc13e4e6e..c319899d2a 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -31,9 +31,9 @@ class WXDLLEXPORT wxOwnerDrawn { public: // ctor & dtor - wxOwnerDrawn(const wxTString& str = "", - bool bCheckable = FALSE, - bool bMenuItem = FALSE); // ## kludge for colors + wxOwnerDrawn(const wxString& str = "", + bool bCheckable = FALSE, + bool bMenuItem = FALSE); // @@ kludge for colors virtual ~wxOwnerDrawn() { } // fix appearance