don't use wxChar* arguments in wxLogWindow API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,8 +89,8 @@ protected:
|
||||
class WXDLLEXPORT wxLogWindow : public wxLogPassThrough
|
||||
{
|
||||
public:
|
||||
wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL)
|
||||
const wxChar *szTitle, // the title of the frame
|
||||
wxLogWindow(wxWindow *pParent, // the parent frame (can be NULL)
|
||||
const wxString& szTitle, // the title of the frame
|
||||
bool bShow = true, // show window immediately?
|
||||
bool bPassToOld = true); // pass messages to the old target?
|
||||
|
||||
|
Reference in New Issue
Block a user