]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/output/class_WebOutput.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / output / class_WebOutput.php
index 8f17649b600fc59129f42993d1f3bf202571e234..1312f337f68365f6c6a39aae52d08b7280961a7f 100644 (file)
@@ -29,13 +29,13 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer {
        private static $webInstance = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Web-Ausgabe-Handler");