fortuna: add final specifier

This commit is contained in:
surtur 2022-01-22 20:18:46 +01:00
parent 65abd3b2f3
commit 4f5072d276
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -16,7 +16,7 @@
namespace fortuna {
class Fortuna {
class Fortuna final {
public:
static constexpr const char NUM_OF_POOLS{32};
std::mutex mtx;