mirror of
https://github.com/polybar/polybar.git
synced 2026-02-05 23:15:22 +00:00
Fix linking when built with clang++ 3.4 (#2270)
This commit is contained in:
@ -48,7 +48,7 @@ namespace modules {
|
||||
|
||||
template <typename Impl>
|
||||
string module<Impl>::type() const {
|
||||
return string(CONST_MOD(Impl).TYPE);
|
||||
return string(module<Impl>::TYPE);
|
||||
}
|
||||
|
||||
template <typename Impl>
|
||||
|
||||
Reference in New Issue
Block a user