gemlist_info :: gemlist_info (t_floatarg arg0=0) {
src/Controls/gemlist_info.h ->
gemlist_info (t_floatarg); // CON
I am able to compile without error if I do:
src/Controls/gemlist_info.cpp ->
gemlist_info :: gemlist_info (t_floatarg) {
src/Controls/gemlist_info.h ->
g
emlist_info (t_floatarg arg0=0); // CON
BUT in a more complicated example where there might be (t_floatarg arg0=0, t_floatarg arg1=0, t_floatarg arg2=0)