Date: Fri, 20 Dec 2013 02:52:47 -0500 From: Joe Nosay <superbisquit@gmail.com> To: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: C++ overloaded virtual function Message-ID: <CA%2BWntOsuO=VvEWaOHMDG_p50WM7wEwGiLK0h5cXDBQWzvhayhg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
/usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:49:14: note: hidden overloaded virtual function 'Driver::setup' declared here: different number of parameters (3 vs 4) virtual int setup(bool capture=true, bool playback=true, const QString& cardDevice="none" Three = and one &, the last being the odd man out. Both spacing and removing the & still results in an error. Clang++ is expecting an absolute value such as the other three. How do I compensate for the & to have the same value type as =?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BWntOsuO=VvEWaOHMDG_p50WM7wEwGiLK0h5cXDBQWzvhayhg>