Re: Wrapping an inherited object

2010-08-19 Thread Mattia Barbon
Steve Cookson wrote: Well, the wrapping seems to be taking effect. I have some issues which may not matter which way they go as the code seems to work so far, but I feel I should check. In NewClass.pod it says the constructor should have: %name(Wx::NewClass) class wxNewClass : public wxSomeB

Wrapping an inherited object

2010-08-19 Thread Steve Cookson
Well, the wrapping seems to be taking effect. I have some issues which may not matter which way they go as the code seems to work so far, but I feel I should check. In NewClass.pod it says the constructor should have: %name(Wx::NewClass) class wxNewClass : public wxSomeBaseClass Is 'wxSomeBaseC