Replaced direct emitter writing with an accessor to a C-string

This commit is contained in:
jbeder
2009-05-22 22:21:01 +00:00
parent 3e41edd30e
commit 7dd29ee5db
4 changed files with 11 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ namespace YAML
unsigned row() const { return m_row; }
unsigned col() const { return m_col; }
unsigned pos() const { return m_pos; }
private:
char *m_buffer;