mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 04:05:49 +01:00
Add missing virtual destructor to IStringReader
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
interface IStringReader
|
||||
{
|
||||
virtual ~IStringReader() = default;
|
||||
|
||||
virtual bool TryPeek(codepoint_t * outCodepoint) abstract;
|
||||
virtual bool TryRead(codepoint_t * outCodepoint) abstract;
|
||||
virtual void Skip() abstract;
|
||||
|
||||
Reference in New Issue
Block a user