--- smsdaemon/plugins/TogPlugin.h 2008/12/15 09:10:05 185 +++ smsdaemon/plugins/TogPlugin.h 2008/12/15 09:27:56 186 @@ -8,8 +8,7 @@ struct StationInfo { StationInfo() {} - StationInfo(std::string c, std::string n) - : code(c), name(n) {} + StationInfo(std::string c, std::string n); std::string code; std::string name;