Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / textdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: textdlg.h
3 // Purpose: wxTextEntryDialog class
4 // Author: Julian Smart
5 // Modified by:
6 // Created: 01/02/97
7 // RCS-ID: $Id$
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_TEXTDLG_H_BASE_
13 #define _WX_TEXTDLG_H_BASE_
14
15 #include "wx/generic/textdlgg.h"
16
17 #endif // _WX_TEXTDLG_H_BASE_
18