Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / io / class_FrameworkFileInputPointer.php
index 56e3488b62897243a2c438196d577b3a24baaa37..3834de9a9f5627d63781a9f51dae7d59d55c3ea0 100644 (file)
@@ -33,11 +33,11 @@ class FrameworkFileInputPointer extends BaseFrameworkSystem {
        private $filePointer = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         */
-       private final function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Dateiausgabe-Handler");