alloc/dynamic: add missing override specifiers
This commit is contained in:
parent
0b128384eb
commit
fef1dc8300
@ -142,13 +142,13 @@ namespace util { namespace alloc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
base (void)
|
base (void) override
|
||||||
{
|
{
|
||||||
return m_target.base ();
|
return m_target.base ();
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t
|
size_t
|
||||||
offset (const void *ptr) const
|
offset (const void *ptr) const override
|
||||||
{
|
{
|
||||||
return m_target.offset (ptr);
|
return m_target.offset (ptr);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user