#include "Testo.h"

Testo::Testo( const string& t ) : titolo_(t)
{
}

Testo::~Testo()
{
}