Yes that's correct: the base class's method declaration must be "virtual" for the inheriting class' overloaded method to be usable correctly within SWIG. Good catch! - MLD
On Sun, Jan 21, 2018, at 5:42 AM, Bastian Bloessl wrote: > On 01/19/2018 10:30 PM, sumit kumar wrote: > > Hi Michael, Yes I just made one and pushed everything. > > > > https://github.com/sumitstop/MTSDR-gnuradio/commits/master > > > > https://github.com/sumitstop/MTSDR-gr-ieee-80211/commits/master > > I didn't test it, but I think you should declare the function virtual. _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
