X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fclass_BaseStructure.php;h=5259ca29e3778df4b59ee356544188a6f3b3744e;hp=733f0c4851d0a9c698e722c75d84549b8699f6f5;hb=d5be335b3a658deb8340ac50d8b7d7e638c59062;hpb=4d93e38a67f5c98b1f537585e38fec88be7cc809 diff --git a/application/ship-simu/main/structures/class_BaseStructure.php b/application/ship-simu/main/structures/class_BaseStructure.php index 733f0c4..5259ca2 100644 --- a/application/ship-simu/main/structures/class_BaseStructure.php +++ b/application/ship-simu/main/structures/class_BaseStructure.php @@ -66,7 +66,7 @@ class BaseStructure extends BaseSimulator { } // Remove price - public function removePrice () { + public final function removePrice () { unset($this->price); } }