]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/class_
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / class_
index 1701d1d0762f087b4233c18035bfa8c7b671c255..26ff8be747a7431c20a95927518eba87ee7c53e2 100644 (file)
@@ -27,9 +27,9 @@ class  extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("");