summaryrefslogtreecommitdiff
path: root/starmath/inc/visitors.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/visitors.hxx')
-rw-r--r--starmath/inc/visitors.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx
index ff9ca79261ec..ce2519836844 100644
--- a/starmath/inc/visitors.hxx
+++ b/starmath/inc/visitors.hxx
@@ -468,7 +468,7 @@ private:
* @param rText
* @return
*/
- void Append( const OUString &rText ) {
+ void Append( std::u16string_view rText ) {
maCmdText.append( rText );
}