From c498cfa5cfd6408b465e45409987467b47b2b73d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 14 Dec 2022 10:12:03 -0500 Subject: Fixed uncopyable word class --- lib/word.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/word.h') 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 { std::vector frames_; mutable std::map> forms_; - const database& db_; + const database* db_ = nullptr; }; }; -- cgit 1.4.1