]> git.lyx.org Git - lyx.git/commitdiff
fix compile
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 25 Nov 2007 17:55:27 +0000 (17:55 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 25 Nov 2007 17:55:27 +0000 (17:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21770 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/tex2lyx.cpp

index e29c35002394dd1cfa49d1a6e61e41acd5d0821f..60985c8cbe34440c0284c5f133a0a874e28dcc67 100644 (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;