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