mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 09:39:58 +00:00
Core/CheatSearchSession: Mark class as final.
This commit is contained in:
parent
b154ba513c
commit
5bb71760d7
@ -168,7 +168,7 @@ public:
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
class CheatSearchSession : public CheatSearchSessionBase
|
||||
class CheatSearchSession final : public CheatSearchSessionBase
|
||||
{
|
||||
public:
|
||||
CheatSearchSession(std::vector<MemoryRange> memory_ranges,
|
||||
|
Loading…
x
Reference in New Issue
Block a user