Adam Nielsen <[EMAIL PROTECTED]> writes:

> The problem was I'd defined a
> constructor RootClass::RootClass(void) as well as the 'real'
> constructor, but in my code I'd forgotten to implement RootClass(void),

<nitpick>
Actually, you didn't *define* the 'RootClass::RootClass(void)',
you merely *declared* it. The problem was exactly missing definition.
</nitpick>

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to