mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Made tooltip getDeviceIcon return const string
This commit is contained in:
@ -12,7 +12,7 @@ class UPowerTooltip : public Gtk::Window {
|
||||
private:
|
||||
typedef std::unordered_map<std::string, UpDevice*> Devices;
|
||||
|
||||
std::string getDeviceIcon(UpDeviceKind& kind);
|
||||
const std::string getDeviceIcon(UpDeviceKind& kind);
|
||||
|
||||
Gtk::Box* contentBox;
|
||||
|
||||
|
Reference in New Issue
Block a user