More conversion fixes for gcc

This commit is contained in:
Christopher Dunn
2016-02-06 09:59:18 -06:00
parent 779d8a33fc
commit fef4b75796
2 changed files with 4 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ private:
ChildValues childValues_;
std::ostream* document_;
std::string indentString_;
int rightMargin_;
unsigned int rightMargin_;
std::string indentation_;
bool addChildValues_ : 1;
bool indented_ : 1;