mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
override without virtual looks uncomfortable (nw)
This commit is contained in:
parent
ae6352aea4
commit
cde4eddeb3
@ -143,7 +143,7 @@ public:
|
||||
}
|
||||
|
||||
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 out(which & std::ios_base::out);
|
||||
|
Loading…
Reference in New Issue
Block a user