wxUSE_DYNAMIC_CLASSES was left out.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2000-03-19 03:41:25 +00:00
parent e8741ccae8
commit ede8795ff0

View File

@ -252,6 +252,10 @@
// i18n support: _() macro, wxLocale class. Requires wxFile // i18n support: _() macro, wxLocale class. Requires wxFile
#define wxUSE_INTL 1 #define wxUSE_INTL 1
#define wxUSE_DYNAMIC_CLASSES 1
// If 1, enables provision of run-time type information.
// NOW MANDATORY: don't change.
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// Optional controls // Optional controls
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------