The linker fail in gui/byu.o when is looking for the super class destructor (ListModel)
I simply add these line at the end of this file (buy.cpp) :
Code: Select all
namespace gcn
{
ListModel::~ListModel()
{
}
}
Code: Select all
namespace gcn
{
ListModel::~ListModel()
{
}
}