author | gouldtj <gouldtj@users.sourceforge.net> | |
Sat, 13 May 2006 08:13:14 +0000 (08:13 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Sat, 13 May 2006 08:13:14 +0000 (08:13 +0000) | ||
commit | b5c5a82126c487c9e0b74c507f185e71d028e51c | |
tree | 8983294237abe7b7980e6b4c6baf134a3978e9e4 | tree | snapshot |
parent | 2a221e1e64f7ebf0d7e6b1681912c4671306a4a1 | commit | diff |
r11772@tres: ted | 2006-05-12 23:15:51 -0700
Wow, that has to be the most unbelievable gcc error I've ever gotten.
"undefined reference to vtable" which means that you didn't provide a
implmentation for a function you prototyped in the class (and gets used,
I think). Anyway, needed a mock destructor.
Wow, that has to be the most unbelievable gcc error I've ever gotten.
"undefined reference to vtable" which means that you didn't provide a
implmentation for a function you prototyped in the class (and gets used,
I think). Anyway, needed a mock destructor.
src/extension/parameter.cpp | diff | blob | history |