Trying to repair what CVS can do to source code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-02-03 14:28:55 +00:00
parent 2fff5f0811
commit 2748d25157
5 changed files with 43 additions and 80 deletions

View File

@@ -54,11 +54,9 @@ public:
wxString GetWildcard() const { return m_wildCard; }
long GetStyle() const { return m_dialogStyle; }
int GetFilterIndex() const { return m_filterIndex ; }
int ShowModal();
protected:
protected:
wxString m_message;
long m_dialogStyle;
wxWindow * m_parent;