]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FrameworkFileOutputPointer.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index f3d911a88d2859b55233c036437bd2e7acea12de..cf7f4912b79f37a1785880bef82b642c05126b5b 100644 (file)
@@ -33,11 +33,11 @@ class FrameworkFileOutputPointer 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");