mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
refactor: proper modules destruction
This commit is contained in:
@ -10,7 +10,7 @@ struct JsonParser {
|
||||
: reader_(builder_.newCharReader())
|
||||
{}
|
||||
|
||||
const Json::Value parse(const std::string data) const
|
||||
const Json::Value parse(const std::string& data) const
|
||||
{
|
||||
Json::Value root;
|
||||
std::string err;
|
||||
|
Reference in New Issue
Block a user