mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix compile
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21770 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d95451ae5c
commit
23bf70368a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user