#include "restaurants.hpp" std::string LunchRest::nodeToText(xmlpp::Node *node) { return dynamic_cast(node)->get_content(); }