Renamed all variables named 'null'

This commit is contained in:
Jesse Beder
2012-11-08 18:21:00 -06:00
parent 979a91692f
commit 06e09d1d64
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ namespace YAML
Emitter& Write(const _Anchor& anchor);
Emitter& Write(const _Tag& tag);
Emitter& Write(const _Comment& comment);
Emitter& Write(const _Null& null);
Emitter& Write(const _Null& n);
Emitter& Write(const Binary& binary);
template <typename T>