Explicit use of static binding
I modified this to make clear in the code that what gets called is NOT the virtual function but rather the static function defined in the base class. This fixes a warning raised by cppcheck.
Loading
Please sign in to comment