Error: conflicting protection attribute 'package' and 'protected'
How can I achieve what I want? These member functions must be protected, I can't make them private because this is a base class intended for inheritance.
Error: conflicting protection attribute 'package' and 'protected'
How can I achieve what I want? These member functions must be protected, I can't make them private because this is a base class intended for inheritance.