Categories

Undefined symbols: vtable for

gcc said:

Undefined symbols:
“vtable for GreenBitTorrentApp”, referenced from:
__ZTV18GreenBitTorrentApp$non_lazy_ptr in greenbittorrent_app.o
ld: symbol(s) not found
collect2: ld returned 1 exit status

Note to self:

Do not declare a destructor without defining one.