fix compile

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21770 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-11-25 17:55:27 +00:00
parent d95451ae5c
commit 23bf70368a

View File

@ -92,7 +92,7 @@ string const trim(string const & a, char const * p)
void split(string const & s, vector<string> & result, char delim)
:{
{
//cerr << "split 1: '" << s << "'\n";
istringstream is(s);
string t;