summaryrefslogtreecommitdiff
path: root/src/word_db.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-04-15 13:21:57 +1000
committerMaxime Coste <mawww@kakoune.org>2018-04-19 07:58:42 +1000
commitf545ff7727966cba62c0912bb66d032b668e7813 (patch)
treec3fbf10af523af3023933ff7fee4abf1e89d65d0 /src/word_db.hh
parente207bd30d4007c9031bd639f8232adc8dc4dce25 (diff)
Move get_word_db to word_db.cc
Diffstat (limited to 'src/word_db.hh')
-rw-r--r--src/word_db.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/word_db.hh b/src/word_db.hh
index 789d989e..08234257 100644
--- a/src/word_db.hh
+++ b/src/word_db.hh
@@ -48,6 +48,8 @@ private:
Lines m_lines;
};
+WordDB& get_word_db(const Buffer& buffer);
+
}
#endif // word_db_hh_INCLUDED