XasWorks / XasCode

Repository of all the important multi-project libraries
GNU General Public License v3.0
5 stars 2 forks source link

Redo the Stepper-Motor (and some other) inheritance constructor calls. #3

Closed Xasin closed 8 years ago

Xasin commented 8 years ago

Right now I'm just tricking the darn things by having a fake variable. Ensure that they instead use constructors properly.

Xasin commented 8 years ago

Checked: The proper way of calling the constructor is by using "ClassName(variables) : InheritedConstructorToBeUsed(variables) { }"

Simple!