From 5c097d417aa61e7a1e1add117de399f9c29d15ee Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Fri, 8 Jun 2012 10:25:42 -0500 Subject: [PATCH] Removed stray GetNextDocument declaration from the parser (it's from the old API, and not the new one) --- include/yaml-cpp/parser.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: