mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
Fix previous commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22990 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3dc5bc09dd
commit
b9670d7209
@ -79,7 +79,7 @@ docstring const InsetFlex::editMessage() const
|
|||||||
void InsetFlex::write(Buffer const & buf, ostream & os) const
|
void InsetFlex::write(Buffer const & buf, ostream & os) const
|
||||||
{
|
{
|
||||||
os << "Flex " <<
|
os << "Flex " <<
|
||||||
name_.empty() ? "undefined" : name_ << "\n";
|
(name_.empty() ? "undefined" : name_) << "\n";
|
||||||
InsetCollapsable::write(buf, os);
|
InsetCollapsable::write(buf, os);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user