aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bookmaker/spellCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bookmaker/spellCheck.cpp')
-rw-r--r--tools/bookmaker/spellCheck.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bookmaker/spellCheck.cpp b/tools/bookmaker/spellCheck.cpp
index be17855f9b..acf9e242a3 100644
--- a/tools/bookmaker/spellCheck.cpp
+++ b/tools/bookmaker/spellCheck.cpp
@@ -187,6 +187,8 @@ bool SpellCheck::check(Definition* def) {
break;
case MarkType::kExternal:
break;
+ case MarkType::kFile:
+ break;
case MarkType::kFormula:
fInFormula = true;
break;