mirror of
https://github.com/rad4day/Waybar.git
synced 2025-08-07 16:12:42 +02:00
remove use of new on Layout
This commit is contained in:
@@ -26,7 +26,7 @@ class Language : public waybar::ALabel, public EventHandler {
|
||||
std::string short_description;
|
||||
};
|
||||
|
||||
auto getLayout(const std::string&) -> Layout*;
|
||||
auto getLayout(const std::string&) -> Layout;
|
||||
|
||||
std::mutex mutex_;
|
||||
const Bar& bar_;
|
||||
|
Reference in New Issue
Block a user