mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51: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:
@@ -32,8 +32,6 @@ namespace YAML
|
|||||||
void Load(std::istream& in);
|
void Load(std::istream& in);
|
||||||
bool HandleNextDocument(EventHandler& eventHandler);
|
bool HandleNextDocument(EventHandler& eventHandler);
|
||||||
|
|
||||||
bool GetNextDocument(Node& document); // old API only
|
|
||||||
|
|
||||||
void PrintTokens(std::ostream& out);
|
void PrintTokens(std::ostream& out);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user