Skip to content

Commit

Permalink
Merge pull request #3377 from fglinka/master
Browse files Browse the repository at this point in the history
Fix build error on Ubuntu 22.04
  • Loading branch information
Alexays authored Jul 1, 2024
2 parents 494cedb + 136b207 commit 3262b37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/modules/power_profiles_daemon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ namespace waybar::modules {
struct Profile {
std::string name;
std::string driver;

Profile(std::string n, std::string d) : name(std::move(n)), driver(std::move(d)) {}
};

class PowerProfilesDaemon : public ALabel {
Expand Down

0 comments on commit 3262b37

Please sign in to comment.