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