// Created: 23/03/2001
// RCS-ID:
// Copyright: (c) Markus Greither
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "mswfdrepdlg.h"
-#endif
+#ifndef _WX_MSW_FDREPDLG_H_
+#define _WX_MSW_FDREPDLG_H_
// ----------------------------------------------------------------------------
// wxFindReplaceDialog: dialog for searching / replacing text
wxFindReplaceDialogImpl *GetImpl() const { return m_impl; }
// override some base class virtuals
- virtual bool Show(bool show = TRUE);
+ virtual bool Show(bool show = true);
virtual void SetTitle( const wxString& title);
virtual wxString GetTitle() const;
DECLARE_NO_COPY_CLASS(wxFindReplaceDialog)
};
-
+#endif // _WX_MSW_FDREPDLG_H_