mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Add missing override
This commit is contained in:
parent
92e90101e2
commit
74daf9145a
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
value(convert::to<T>(new_value));
|
||||
}
|
||||
|
||||
void value_from(const entry_base* rhs)
|
||||
void value_from(const entry_base* rhs) override
|
||||
{
|
||||
value(static_cast<const entry*>(rhs)->value());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue