Skip to content

automaton: use protected access types instead of private

Stefan Schweter requested to merge feature/use-protected into master

This MR sets the private access types to protected so that the automaton can be used in derived classes.

Merge request reports