mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Core/CheatSearchSession: Mark class as final.
This commit is contained in:
@ -168,7 +168,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class CheatSearchSession : public CheatSearchSessionBase
|
class CheatSearchSession final : public CheatSearchSessionBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CheatSearchSession(std::vector<MemoryRange> memory_ranges,
|
CheatSearchSession(std::vector<MemoryRange> memory_ranges,
|
||||||
|
Reference in New Issue
Block a user