1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-02-17 15:55:20 -05:00

Merge branch 'hotfix/3.5.2'

This commit is contained in:
patrick96 2020-12-14 10:53:13 +01:00
commit 4d2bdaa0bd
No known key found for this signature in database
GPG key ID: 521E5E03AEBCA1A7
3 changed files with 2 additions and 4 deletions

View file

@ -152,8 +152,6 @@ namespace modules {
bool input(const string& action, const string& data); bool input(const string& action, const string& data);
static constexpr auto TYPE = "";
protected: protected:
void broadcast(); void broadcast();
void idle(); void idle();

View file

@ -48,7 +48,7 @@ namespace modules {
template <typename Impl> template <typename Impl>
string module<Impl>::type() const { string module<Impl>::type() const {
return string(module<Impl>::TYPE); return string(Impl::TYPE);
} }
template <typename Impl> template <typename Impl>

View file

@ -1,4 +1,4 @@
# Polybar version information # Polybar version information
# Update this on every release # Update this on every release
# This is used to create the version string if a git repo is not available # This is used to create the version string if a git repo is not available
3.5.1 3.5.2