Type-hints fixed, header docs fixed, exceptions deprecated
[shipsimu.git] / application / ship-simu / main / class_BaseSimulator.php
index c31a8d04db5d6db7a866c6c71daade44f44bc854..ffdbc66179afa49418ac7b38e2f5294550d7495f 100644 (file)
@@ -42,9 +42,9 @@ class BaseSimulator extends BaseFrameworkSystem {
        );
 
        // Konstruktor
-       protected function __construct ($class) {
+       protected function __construct ($className) {
                // Call highest constructor
-               parent::__construct($class);
+               parent::__construct($className);
 
                // Set part description and class name
                $this->setObjectDescription("Simulator-Basis-Einheit");