mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Removed stray GetNextDocument declaration from the parser (it's from the old API, and not the new one)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user