aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/WordList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/WordList.h')
-rw-r--r--lexlib/WordList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/WordList.h b/lexlib/WordList.h
index a9f2d4ab2..c1253cec6 100644
--- a/lexlib/WordList.h
+++ b/lexlib/WordList.h
@@ -26,7 +26,7 @@ public:
bool operator!=(const WordList &other) const;
int Length() const;
void Clear();
- void Set(const char *s);
+ bool Set(const char *s);
bool InList(const char *s) const;
bool InListAbbreviated(const char *s, const char marker) const;
bool InListAbridged(const char *s, const char marker) const;