Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / io / class_FrameworkDirectoryPointer.php
index 5610d14225fcd75f6020f249dd763124f15c11e2..553e6336aed3b4876052f594ef53d316d765ea4e 100644 (file)
@@ -33,11 +33,11 @@ class FrameworkDirectoryPointer extends BaseFrameworkSystem {
        private $dirPointer = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Verzeichnis-Handler");