X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bf3066bb6cff48f5b92fd1ff06bfddda8258a6..f4e325b3df3d4c0b3ca21d4d1781acab6a488e4c:/include/wx/ownerdrw.h diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 293a5145ea..c319899d2a 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -12,6 +12,10 @@ #ifndef _OWNERDRW_H #define _OWNERDRW_H +#ifdef __GNUG__ +#pragma interface "ownerdrw.h" +#endif + typedef wxColour wxColor; typedef unsigned int uint; @@ -27,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