]> git.lyx.org Git - features.git/commitdiff
Fix compilation problem
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 5 Jan 2023 04:04:02 +0000 (23:04 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 5 Jan 2023 04:04:02 +0000 (23:04 -0500)
src/mathed/InsetMathDecoration.cpp

index 616d1f33d6d054f89439bb87368ecb0bb86d05cd..e0a5d85486f499a64251e68810bce789d8b1c25d 100644 (file)
@@ -188,7 +188,7 @@ void InsetMathDecoration::infoize(odocstream & os) const
 namespace {
        struct Attributes {
                Attributes() : over(false) {}
-               Attributes(bool o, string_view entity)
+               Attributes(bool o, string const & entity)
                        : over(o), entity(entity) {}
                bool over;
                string entity;