mirror of https://github.com/mgba-emu/mgba.git
Qt: Remove mutable qualifier from VFileDevice now that it isn't needed anymore
This commit is contained in:
parent
c79780f832
commit
920d5b71cb
|
@ -28,7 +28,7 @@ protected:
|
|||
virtual qint64 size() const override;
|
||||
|
||||
private:
|
||||
mutable VFile* m_vf;
|
||||
VFile* m_vf;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue