Skip to content

MuonTesterTree: Fix cppcheck warning.

When a virtual function is called from a ctor, the one in the same class as the ctor is called, not the one in the most-derived class. Explicitly qualify such a call.

Merge request reports