From 23bf70368a921ffd61aac22ad2e4880524c4b0cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 25 Nov 2007 17:55:27 +0000 Subject: [PATCH 1/1] fix compile git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21770 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/tex2lyx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/tex2lyx.cpp b/src/tex2lyx/tex2lyx.cpp index e29c350023..60985c8cbe 100644 --- a/src/tex2lyx/tex2lyx.cpp +++ b/src/tex2lyx/tex2lyx.cpp @@ -92,7 +92,7 @@ string const trim(string const & a, char const * p) void split(string const & s, vector & result, char delim) -:{ +{ //cerr << "split 1: '" << s << "'\n"; istringstream is(s); string t; -- 2.39.2