#include FEMain::FEMain() { } FEMain::~FEMain() { list ::iterator it; for (it = displays.begin(); it != displays.end(); it++) delete *it; }