1 // Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html
2 
3 #include "smgenericout.hh"
4 
5 using std::string;
6 using SpectMorph::GenericOut;
7 
8 GenericOut::~GenericOut()
9 {
10 }
11