wxTString removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user