summaryrefslogtreecommitdiff
path: root/include/comphelper/syntaxhighlight.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/syntaxhighlight.hxx')
-rw-r--r--include/comphelper/syntaxhighlight.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/syntaxhighlight.hxx b/include/comphelper/syntaxhighlight.hxx
index 76e87124bdc8..c8faf2211bfc 100644
--- a/include/comphelper/syntaxhighlight.hxx
+++ b/include/comphelper/syntaxhighlight.hxx
@@ -81,7 +81,7 @@ public:
void getHighlightPortions( const OUString& rLine,
std::vector<HighlightPortion>& pPortions ) const;
- HighlighterLanguage GetLanguage();
+ HighlighterLanguage GetLanguage() const;
};
#endif