diff --git a/include/yaml-cpp/parser.h b/include/yaml-cpp/parser.h index f71cdff..ffc21f5 100644 --- a/include/yaml-cpp/parser.h +++ b/include/yaml-cpp/parser.h @@ -31,9 +31,7 @@ namespace YAML void Load(std::istream& in); bool HandleNextDocument(EventHandler& eventHandler); - - bool GetNextDocument(Node& document); // old API only - + void PrintTokens(std::ostream& out); private: