Fixed some gcc warnings.

This commit is contained in:
Jesse Beder
2008-09-03 22:19:27 +00:00
parent 5c0db0d21b
commit a45f083e00
3 changed files with 6 additions and 4 deletions

View File

@@ -85,8 +85,8 @@ namespace YAML
void ParseAlias(Scanner *pScanner, const ParserState& state);
private:
bool m_alias;
std::string m_anchor, m_tag;
Content *m_pContent;
bool m_alias;
};
}