mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6429 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5aa231112f
commit
24c39cc6cf
@ -27,7 +27,7 @@ public:
|
|||||||
///
|
///
|
||||||
virtual string const inset2string() const
|
virtual string const inset2string() const
|
||||||
{
|
{
|
||||||
lyxerr << "inset2string called" << endl;
|
lyxerr << "inset2string called" << std::endl;
|
||||||
return "whatever"; //(inset_);
|
return "whatever"; //(inset_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user