diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-04-15 13:21:57 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-04-19 07:58:42 +1000 |
| commit | f545ff7727966cba62c0912bb66d032b668e7813 (patch) | |
| tree | c3fbf10af523af3023933ff7fee4abf1e89d65d0 /src/word_db.hh | |
| parent | e207bd30d4007c9031bd639f8232adc8dc4dce25 (diff) | |
Move get_word_db to word_db.cc
Diffstat (limited to 'src/word_db.hh')
| -rw-r--r-- | src/word_db.hh | 2 |
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 |
