mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
override without virtual looks uncomfortable (nw)
This commit is contained in:
parent
ae6352aea4
commit
cde4eddeb3
@ -143,7 +143,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
pos_type seekoff(off_type off, std::ios_base::seekdir dir, std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) override
|
virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir, std::ios_base::openmode which = std::ios_base::in | std::ios_base::out) override
|
||||||
{
|
{
|
||||||
bool const in(which & std::ios_base::in);
|
bool const in(which & std::ios_base::in);
|
||||||
bool const out(which & std::ios_base::out);
|
bool const out(which & std::ios_base::out);
|
||||||
|
Loading…
Reference in New Issue
Block a user