mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-14 02:57:45 +01:00
Revert breaking changes to jsoncpp_adapter.hpp
This commit is contained in:
parent
f3a0390e17
commit
d453ee2ed4
@ -476,7 +476,7 @@ public:
|
|||||||
: BasicAdapter() { }
|
: BasicAdapter() { }
|
||||||
|
|
||||||
/// Construct a JsonCppAdapter containing a specific JsonCpp value
|
/// Construct a JsonCppAdapter containing a specific JsonCpp value
|
||||||
explicit JsonCppAdapter(const Json::Value &value)
|
JsonCppAdapter(const Json::Value &value)
|
||||||
: BasicAdapter(value) { }
|
: BasicAdapter(value) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user