Fix linking when built with clang++ 3.4 (#2270)
This commit is contained in:
parent
c198859cd5
commit
3d6a7ffd4d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user