Re: virtual inheritance and Glib::Interface



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]