Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / compressor / class_NullCompressor.php
index 2f174338dfcfa7cd7b62bebd25030768f64b0ea4..742ab02b09135823436d30a4b78102b08ae71bc7 100644 (file)
  */
 class NullCompressor extends BaseFrameworkSystem implements Compressor {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor!
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Debug message
                if (((defined('DEBUG_COMPRESSOR')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",