From 8827db201a05e5bf95e25b170ef611de820639ff Mon Sep 17 00:00:00 2001 From: elexis Date: Mon, 18 Jan 2016 03:41:00 +0000 Subject: [PATCH] Remove the virtual keyword since this is a helper-function not used by the interface. Refs #3215. This was SVN commit r17663. --- source/simulation2/components/CCmpRangeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/simulation2/components/CCmpRangeManager.cpp b/source/simulation2/components/CCmpRangeManager.cpp index bc8c3dc484..2e01fb00e4 100644 --- a/source/simulation2/components/CCmpRangeManager.cpp +++ b/source/simulation2/components/CCmpRangeManager.cpp @@ -931,7 +931,7 @@ public: return GetEntitiesByMask(((1 << MAX_LOS_PLAYER_ID) - 1) << 1); } - virtual std::vector GetEntitiesByMask(u32 ownerMask) + std::vector GetEntitiesByMask(u32 ownerMask) { std::vector entities;