Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / debug / class_DebugWebOutput.php
index c0b26e6220d300b1a65c5453a27c7fc095fa41ad..a7ed41dd5a873395082a18a40a73a3fd82dfe4b0 100644 (file)
  */
 class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStreamer {
        /**
-        * 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("Debug-Ausgabe auf Konsole");