mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 13:41:35 +01:00
Fixed Issue 28: Parameter ‘inArray’ shadows a member of 'Level' in writer.h
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@78 c5894555-1306-4e8d-425f-1f6f381ee07c
This commit is contained in:
parent
790b7f127c
commit
94d05da2bc
@ -97,7 +97,7 @@ public:
|
||||
protected:
|
||||
//! Information for each nested level
|
||||
struct Level {
|
||||
Level(bool inArray) : inArray(inArray), valueCount(0) {}
|
||||
Level(bool inArray_) : inArray(inArray_), valueCount(0) {}
|
||||
bool inArray; //!< true if in array, otherwise in object
|
||||
size_t valueCount; //!< number of values in this level
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user