lunch-rest/restaurants/restaurants.cpp

6 lines
159 B
C++
Raw Normal View History

2020-09-16 09:20:27 +00:00
#include "restaurants.hpp"
std::string LunchRest::nodeToText(xmlpp::Node *node) {
return dynamic_cast<const xmlpp::ContentNode *>(node)->get_content();
}