Skip to content

Commit

Permalink
Merge branch 'bugfixes' into feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 24, 2023
2 parents 20caaab + 18d088c commit 8947e20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spellchecker_hunspell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <boost/range/algorithm.hpp>

#undef near
#include <hunspell/hunspell.hxx>
#include <hunspell.hxx>

HunspellSpellChecker::HunspellSpellChecker()
: lang_listener(OPT_SUB("Tool/Spell Checker/Language", &HunspellSpellChecker::OnLanguageChanged, this))
Expand Down
2 changes: 0 additions & 2 deletions subprojects/packagefiles/hunspell/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ project('Hunspell', 'cpp', version: '1.7.0', meson_version: '>=0.57.0')

subdir('src/hunspell')

inc = include_directories('src')

hunspell_dep = declare_dependency(link_with: hunspell,
include_directories: inc,
compile_args: compile_args)
2 changes: 2 additions & 0 deletions subprojects/packagefiles/hunspell/src/hunspell/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ endif

hunspell = library('hunspell', hunspell_sources,
cpp_args: cpp_args + compile_args)

inc = include_directories('.')

0 comments on commit 8947e20

Please sign in to comment.