]> git.saurik.com Git - wxWidgets.git/blame - include/wx/numdlg.h
make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947)
[wxWidgets.git] / include / wx / numdlg.h
CommitLineData
fc5414a1
VZ
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/numdlg.h
3// Purpose: wxNumberEntryDialog class
4// Author: John Labenski
5// Modified by:
6// Created: 07.02.04 (extracted from wx/textdlg.h)
7// RCS-ID: $Id$
99d80019 8// Copyright: (c) John Labenski
65571936 9// Licence: wxWindows licence
fc5414a1
VZ
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_NUMDLGDLG_H_BASE_
13#define _WX_NUMDLGDLG_H_BASE_
14
1e25a373
WS
15#include "wx/defs.h"
16
fc5414a1
VZ
17#if wxUSE_NUMBERDLG
18
19#include "wx/generic/numdlgg.h"
20
21#endif // wxUSE_NUMBERDLG
22
23#endif // _WX_NUMDLGDLG_H_BASE_