]> git.saurik.com Git - wxWidgets.git/commit - include/wx/xti.h
Added --enable-extended_rtti configure switch (defaults to disabled).
authorMattia Barbon <mbarbon@cpan.org>
Wed, 11 Apr 2007 10:32:01 +0000 (10:32 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Wed, 11 Apr 2007 10:32:01 +0000 (10:32 +0000)
commitafc89ff455aeff7b156273726e62c3c90f197687
tree815d7fdbf23d59521229fde99651cc51a6080be3
parent8e4ac1a0689c4590c06122648e6f26f9a5988b0a
  Added --enable-extended_rtti configure switch (defaults to disabled).
  Fix compilation when WXINTL_NO_GETTEXT_MACRO is defined.
  Added wx/flags.h to installed files.
  Fix XTI compilation after wxString changes.
  Fix 'virtual functions but non-virtual destructor' GCC warnings.
  Minimal XTI definition for wxOwnerDrawnComboBox (cut'n'paste
from wxComboBox, will need to be completed).
  Requires rerunning bakefile and autoconf.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
configure.in
include/wx/xti.h
include/wx/xtistrm.h
src/common/xtistrm.cpp
src/common/xtixml.cpp
src/generic/odcombo.cpp