compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -329,7 +329,7 @@ wxFindReplaceDialog::wxFindReplaceDialog(wxWindow *parent,
|
|||||||
wxFindReplaceData *data,
|
wxFindReplaceData *data,
|
||||||
const wxString &title,
|
const wxString &title,
|
||||||
int flags)
|
int flags)
|
||||||
: m_FindReplaceData(data)
|
: wxFindReplaceDialogBase(parent, data, title, flags)
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
|
|
||||||
@@ -363,16 +363,6 @@ bool wxFindReplaceDialog::Create(wxWindow *parent,
|
|||||||
return parent != NULL;
|
return parent != NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
// wxFindReplaceDialog data access
|
|
||||||
// ----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
void wxFindReplaceDialog::SetData(wxFindReplaceData *data)
|
|
||||||
{
|
|
||||||
delete m_FindReplaceData;
|
|
||||||
m_FindReplaceData = data;
|
|
||||||
}
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxFindReplaceData show/hide
|
// wxFindReplaceData show/hide
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user