CVS: [JS] wxWindows/include/wx/richtext richtextbuffer.h, 1.16, 1.17 richtextctrl.h, 1.16, 1.17

ABX abx at abx.art.pl
Wed Sep 13 08:03:29 PDT 2006


> +#define wxRICHTEXT_DERIVES_FROM_TEXTCTRLBASE 1

above line caused code like

  class wxRichTextCtrl:
    public wxTextCtrlBase, wxScrollHelper

shouldn't it be

  class wxRichTextCtrl:
    public wxTextCtrlBase, public wxScrollHelper

in 91 line of richtextctrl.h?
Causes warnings about private inheritance now.

ABX




More information about the wx-dev mailing list