X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=af4096f64df8b08521927573a48ac0c0f6ba584e;hp=1701d1d0762f087b4233c18035bfa8c7b671c255;hb=7625f0ed496dbf1bb3efbb3bd327dbd0fd747af4;hpb=cfe047bc347eebc611270d996cb4f0f21246139f diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index 1701d1d..af4096f 100644 --- a/inc/classes/main/class_ +++ b/inc/classes/main/class_ @@ -3,10 +3,10 @@ * * * @author Roland Haeder - * @version 0.3.0 + * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.mxchange.org + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ class extends BaseFrameworkSystem { * * @return void */ - private function __construct () { + protected function __construct () { // Call parent constructor - parent::constructor(__CLASS__); + parent::__construct(__CLASS__); // Set part description $this->setObjectDescription("");