Reverted last change

This commit is contained in:
Jesse Beder
2012-11-08 18:24:00 -06:00
parent 06e09d1d64
commit 16f05e73b9
5 changed files with 5 additions and 5 deletions

View File

@@ -383,7 +383,7 @@ namespace YAML
// . Does not parse any more tokens.
void Scanner::ThrowParserException(const std::string& msg) const
{
Mark mark = Mark::null_mark();
Mark mark = Mark::null();
if(!m_tokens.empty()) {
const Token& token = m_tokens.front();
mark = token.mark;