]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.C
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / support / lstrings.C
index 83b6579063d46837b1d5637cb50c6117c45dc444..5089a1d8c3b326f0a77bb5a0b31e09f0246d7ffa 100644 (file)
@@ -29,7 +29,7 @@ bool isStrInt(string const & str)
 }
 
 
-int  LStr2Int(string const & str)
+int  strToInt(string const & str)
 {
        string tmpstr;