mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 08:39:45 +00:00
TWP: Add missing final on BreakWhileCond
This commit is contained in:
parent
9e089d5093
commit
e16cc61b37
@ -38,7 +38,7 @@ public:
|
||||
typedef bool Predicate();
|
||||
|
||||
template<typename Predicate>
|
||||
class BreakWhileCond : public Task {
|
||||
class BreakWhileCond final : public Task {
|
||||
public:
|
||||
BreakWhileCond(int parentId, const Common::String &name, Predicate cond)
|
||||
: _parentId(parentId),
|
||||
|
Loading…
x
Reference in New Issue
Block a user