Fix compilation problem

This commit is contained in:
Richard Kimberly Heck 2023-01-04 23:04:02 -05:00
parent cb27aaa826
commit 04025d0259

View File

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