summary refs log tree commit diff stats
path: root/lib/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/word.h')
-rw-r--r--lib/word.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/word.h b/lib/word.h index f52cc4d..6c3a5d7 100644 --- a/lib/word.h +++ b/lib/word.h
@@ -214,7 +214,7 @@ namespace verbly {
214 std::vector<frame> frames_; 214 std::vector<frame> frames_;
215 mutable std::map<inflection, std::vector<form>> forms_; 215 mutable std::map<inflection, std::vector<form>> forms_;
216 216
217 const database& db_; 217 const database* db_ = nullptr;
218 }; 218 };
219 219
220}; 220};