On 01/23/2014 10:50 PM, Marcus Müller wrote: >> Does this mean that gr_modtool has generated wrong code ..? > > gr_modtool would never ever do such a thing ;)
:D I might not swear on this to be true, but in this case, it's all correct. >> Shall we just manually correct this by moving the constructor to >> "private" rather than leaving it in "public" ? > Don't do it. It will break the make method and not do anything good. What he said. If you know the old API, there were lots of 'friend' statements. We don't want them back. MB _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
