compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6429 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-03-10 17:27:22 +00:00
parent 5aa231112f
commit 24c39cc6cf

View File

@ -27,7 +27,7 @@ public:
///
virtual string const inset2string() const
{
lyxerr << "inset2string called" << endl;
lyxerr << "inset2string called" << std::endl;
return "whatever"; //(inset_);
}