]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/constructions/class_BaseConstruction.php
final added, code clean-ups
[shipsimu.git] / application / ship-simu / main / constructions / class_BaseConstruction.php
index 287430201e4a2276ac03676e04100045bda86959..dd36ae6b192afb2b632a994ab569d3490f20f949 100644 (file)
@@ -53,7 +53,7 @@ class BaseConstruction extends BaseSimulator {
        }
 
        // Tiefgang entfernen
-       public function removeDraught () {
+       public final function removeDraught () {
                if (defined('DEBUG_CORE')) $this->getDebugInstance()->output(sprintf("[%s:] Tiefgang wird entfernt.<br />\n",
                        $this->__toString()
                ));