diff options
Diffstat (limited to 'lexlib/WordList.h')
-rw-r--r-- | lexlib/WordList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/WordList.h b/lexlib/WordList.h index 9c8285ece..382be2812 100644 --- a/lexlib/WordList.h +++ b/lexlib/WordList.h @@ -22,7 +22,7 @@ class WordList { bool onlyLineEnds; ///< Delimited by any white space or only line ends int starts[256]; public: - WordList(bool onlyLineEnds_ = false); + explicit WordList(bool onlyLineEnds_ = false); ~WordList(); operator bool() const; bool operator!=(const WordList &other) const; |