aboutsummaryrefslogtreecommitdiffstats
path: root/libalee/dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r--libalee/dictionary.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp
index 2b7afdf..96db2ea 100644
--- a/libalee/dictionary.hpp
+++ b/libalee/dictionary.hpp
@@ -37,9 +37,8 @@
* - 0+ bytes of entry's data...
*/
-class Dictionary
+struct Dictionary
{
-public:
/**
* The beginning of the dictionary is used for "internal" variables.
*/
@@ -129,7 +128,7 @@ public:
return std::equal(b1, e1, b2, eqchars);
}
- virtual ~Dictionary() = default;
+ virtual ~Dictionary() {};
private:
// Case-insensitive comparison.