wxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntryDesc Unicode changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ private:
|
||||
class wxDelegateTheme : public wxTheme
|
||||
{
|
||||
public:
|
||||
wxDelegateTheme(const wxChar *theme);
|
||||
wxDelegateTheme(const wxString& theme);
|
||||
virtual ~wxDelegateTheme();
|
||||
|
||||
virtual wxRenderer *GetRenderer();
|
||||
@@ -122,7 +122,7 @@ struct WXDLLEXPORT wxThemeInfo
|
||||
wxThemeInfo *next;
|
||||
|
||||
// constructor for the struct itself
|
||||
wxThemeInfo(Constructor ctor, const wxChar *name, const wxChar *desc);
|
||||
wxThemeInfo(Constructor ctor, const wxString& name, const wxString& desc);
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user