mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
Clean (#31)
This commit is contained in:
@ -15,11 +15,11 @@ namespace waybar {
|
||||
|
||||
class Factory {
|
||||
public:
|
||||
Factory(Bar &bar, Json::Value config);
|
||||
IModule* makeModule(const std::string &name);
|
||||
Factory(Bar& bar, const Json::Value& config);
|
||||
IModule* makeModule(const std::string &name) const;
|
||||
private:
|
||||
Bar &_bar;
|
||||
Json::Value _config;
|
||||
Bar& bar_;
|
||||
const Json::Value& config_;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user