From a4fb136ebf9272e6254081fa0586ce8b383857d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:18:49 +0300 Subject: add final keyword to being files. --- src/being/playerrelations.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/being/playerrelations.cpp') diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp index b06539ea0..db9d46314 100644 --- a/src/being/playerrelations.cpp +++ b/src/being/playerrelations.cpp @@ -73,7 +73,7 @@ class PlayerConfSerialiser final : public: ConfigurationObject *writeConfigItem( const std::pair &value, - ConfigurationObject *const cobj) const override + ConfigurationObject *const cobj) const override final { if (!cobj || !value.second) return nullptr; @@ -87,7 +87,7 @@ public: std::map * readConfigItem(const ConfigurationObject *const cobj, std::map - *const container) const override + *const container) const override final { if (!cobj) return container; @@ -468,7 +468,7 @@ public: } void ignore(Being *const being A_UNUSED, - const unsigned int flags A_UNUSED) const override + const unsigned int flags A_UNUSED) const override final { } }; @@ -485,7 +485,7 @@ public: } void ignore(Being *const being, - const unsigned int flags A_UNUSED) const override + const unsigned int flags A_UNUSED) const override final { if (!being) return; @@ -508,7 +508,7 @@ public: } void ignore(Being *const being, - const unsigned int flags A_UNUSED) const override + const unsigned int flags A_UNUSED) const override final { if (!being) return; @@ -531,7 +531,7 @@ public: } void ignore(Being *const being, - const unsigned int flags A_UNUSED) const override + const unsigned int flags A_UNUSED) const override final { if (!being) return; -- cgit v1.2.3-70-g09d2