X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_;h=07d96db97ffc36d819e7ba60b2d41e66204b4a59;hb=9602c6fcc37aab0e4c00a319d33a03f19bb0902d;hp=1701d1d0762f087b4233c18035bfa8c7b671c255;hpb=cfe047bc347eebc611270d996cb4f0f21246139f;p=shipsimu.git diff --git a/inc/classes/main/class_ b/inc/classes/main/class_ index 1701d1d..07d96db 100644 --- a/inc/classes/main/class_ +++ b/inc/classes/main/class_ @@ -19,17 +19,17 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ class extends BaseFrameworkSystem { /** - * Private constructor + * Protected constructor * * @return void */ - private function __construct () { + protected function __construct () { // Call parent constructor - parent::constructor(__CLASS__); + parent::__construct(__CLASS__); // Set part description $this->setObjectDescription("");