Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / output / class_ConsoleOutput.php
index fc4d7502e5dee41447046d9a625d693afb7a10c3..7bd058852f3f97a8146ddd7bcf061efc911c28b9 100644 (file)
@@ -34,13 +34,13 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
        private $vars = array();
 
        /**
-        * 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("Console-Ausgabe-Handler");