Skip to content

[style][fix] Rename private member variables

Alexander Jaust requested to merge fix-member-variable-prefix into develop

Description

Previously private member variables of the CouplingAdapter and related classes were prefixed with an underscore which is illegal. The private member are now suffixed with an underscore.

Closes #26 (closed)

Checklist

  • I made sure that the source files are formatted properly.
  • I added my changes to the changelog (CHANGELOG.md)

Merge request reports