#include "element.h" Element::Element() { _type = ELT_NONE; } Element::~Element() { }