fix compilation after recent wxTextCtrl changes
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 22:42:20 +0000 (22:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 22:42:20 +0000 (22:42 +0000)
commit343ae70d4cdc278596ab85a86fc67c5b58b2693c
tree243d2a5653a420efc0fda9cb839c84b245caece2
parentee2ec18e88701d8f0709009616584153ca85d7a7
fix compilation after recent wxTextCtrl changes

notice that it has become unfortunately impossible (or at least much more
difficult) to maintain compilation when wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE
is unset so I simply removed it as the code wouldn't compile anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtext/richtextctrl.h
src/richtext/richtextbuffer.cpp
src/richtext/richtextctrl.cpp