diff options
Diffstat (limited to 'libalee/types.cpp')
-rw-r--r-- | libalee/types.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libalee/types.cpp b/libalee/types.cpp index 83cf1f7..bfff2ae 100644 --- a/libalee/types.cpp +++ b/libalee/types.cpp @@ -56,3 +56,4 @@ bool Word::iterator::operator!=(const iterator& other) { return dict != other.dict || addr != other.addr; } + |