Fix warning about undefined static variable

The static variable in a class template must be defined in the header and not only in the .cc file.

Merge request reports

Loading