BUGFIX: Add 'this->' to implicit reference to parent class method. Required by g++ (std: C++17).

  • g++ requires explicit this-> when referencing methods of parent classes.
  • Added this-> to arrsnsym.h to fix error encountered when using library.
  • Tested with g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0.

Merge request reports

Loading