summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp')
-rw-r--r--Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
index 4e74b7b6ae..bfdbe73c9c 100644
--- a/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
+++ b/Userland/Applications/Spreadsheet/CellSyntaxHighlighter.cpp
@@ -31,7 +31,7 @@ void CellSyntaxHighlighter::rehighlight(const Palette& palette)
false,
false,
},
- nullptr,
+ (u64)-1,
false);
if (m_cell && m_cell->exception()) {
@@ -47,7 +47,7 @@ void CellSyntaxHighlighter::rehighlight(const Palette& palette)
false,
false,
},
- nullptr,
+ (u64)-1,
false });
}
m_client->do_update();