Skip to content

Commit

Permalink
Fix 'virtual function doesn't explicitly overriding' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kin4stat committed Nov 22, 2024
1 parent 2a7b248 commit d33133a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-api/cache/CachedBaseObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace cache
{
}

bool IsRemoved() const
bool IsRemoved() const override
{
return false;
}
Expand Down

0 comments on commit d33133a

Please sign in to comment.