commit | d4513fcf45e66569b4654b8f43f9ecf956090cbe | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sat Feb 06 09:25:20 2016 -0600 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sat Feb 06 09:25:20 2016 -0600 |
tree | e3086e99147f10af579ce4f7da519e0059c733e4 | |
parent | baefec773c8b22532c13df1d521b6654323d3b99 [diff] [blame] |
Fix conversion warnings/errors See #411. http://paste.debian.net/378673/
diff --git a/include/json/writer.h b/include/json/writer.h index f94aa1f..180ab68 100644 --- a/include/json/writer.h +++ b/include/json/writer.h
@@ -238,8 +238,8 @@ ChildValues childValues_; std::string document_; std::string indentString_; - int rightMargin_; - int indentSize_; + unsigned int rightMargin_; + unsigned int indentSize_; bool addChildValues_; };