Comment 5 for bug 1026073

Revision history for this message
Jan Stránský (honzik) wrote : Re: [Yade-dev] [Bug 1026073] Re: "calm function" inside source code

>
> Shall I say "return 0;" at the end of the function?
>

It is one option, or just change

static Real Shop::calm(const boost::shared_ptr<Scene>&, int)

to

static void Shop::calm(const boost::shared_ptr<Scene>&, int)

Jan