Fix conversion warnings/errors

See #411.
  http://paste.debian.net/378673/
This commit is contained in:
Christopher Dunn
2016-02-06 09:25:20 -06:00
parent baefec773c
commit d4513fcf45
8 changed files with 63 additions and 56 deletions

View File

@@ -238,8 +238,8 @@ private:
ChildValues childValues_;
std::string document_;
std::string indentString_;
int rightMargin_;
int indentSize_;
unsigned int rightMargin_;
unsigned int indentSize_;
bool addChildValues_;
};