Re: virtual inheritance and Glib::Interface
- From: "Jonathon Jongsma" <jonathon jongsma gmail com>
- To: "Murray Cumming" <murrayc murrayc com>
- Cc: Chris Vine <chris cvine freeserve co uk>, gtkmm-list gnome org
- Subject: Re: virtual inheritance and Glib::Interface
- Date: Thu, 6 Apr 2006 19:52:09 -0500
On 4/6/06, Murray Cumming <murrayc murrayc com> wrote:
> On Wed, 2006-04-05 at 20:38 -0500, Jonathon Jongsma wrote:
> > I'm not quite sure I understand your explanation.
>
> With
> - DerivedDerived : public Derived
> - Derived : virtual public Base
> - Base
>
> You must do
> DerivedDerived::DerivedDerived(int something)
> : Derived(something),
> Base(something)
Ahh, of course. I understand now. Thanks for the explanation.
Jonner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]