RingerSelectorTools: Fix compilation with clang.
With clang, having `using base::procType' in a derived class is not sufficient to resolve ambiguities. Use an explicit forwarding function instead.
Loading
Please register or sign in to comment
With clang, having `using base::procType' in a derived class is not sufficient to resolve ambiguities. Use an explicit forwarding function instead.