Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / compressor / class_Bzip2Compressor.php
index a05da30f2eb60c6f24829721101c88c1a3cbf08a..2cadc808ee7d2aad78cfbbd1c5e8855444329511 100644 (file)
  */
 class Bzip2Compressor 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",