diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-18 12:40:46 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-03-18 12:40:46 -0400 |
commit | d36bb13f52b3899fd0f57e38f00d97e2c3a0f627 (patch) | |
tree | e1a2780f42bf82c6fcbbd9c2219d55dbc8f03c53 /libalee/dictionary.hpp | |
parent | 74753670d582e4ceeaba383e4ce360eb13004a35 (diff) |
-Wconversion
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r-- | libalee/dictionary.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp index 02fb1cc..2f17a77 100644 --- a/libalee/dictionary.hpp +++ b/libalee/dictionary.hpp @@ -64,6 +64,7 @@ public: virtual void write(Addr, Cell) noexcept = 0; virtual uint8_t readbyte(Addr) const noexcept = 0; virtual void writebyte(Addr, uint8_t) noexcept = 0; + virtual unsigned long int capacity() const noexcept = 0; /** * Does initial dictionary setup, required before use for execution. |