]> git.lyx.org Git - lyx.git/blobdiff - src/support/atoi.C
Add a bunch of c_str() for string stream uses; remove lyxfunc symbol-insert.
[lyx.git] / src / support / atoi.C
index 2e9b3ed580686601027da914b4a8f0d9012516f5..835b999af0f6cc56316cc453e751f2f68a16be9c 100644 (file)
@@ -4,6 +4,10 @@
 
 #include "lyxlib.h"
 
+#if 0
+using std::atoi;
+#endif
+
 int lyx::atoi(string const & nstr)
 {
        return ::atoi(nstr.c_str());