From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') diff --git a/src/being.cpp b/src/being.cpp index 248b70b80..465ee42dd 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -69,7 +69,7 @@ const unsigned int CACHE_SIZE = 50; -class BeingCacheEntry +class BeingCacheEntry final { public: BeingCacheEntry(const int id): -- cgit v1.2.3-70-g09d2