]> git.lyx.org Git - lyx.git/blobdiff - src/support/atoi.C
zlib stuff
[lyx.git] / src / support / atoi.C
index 69d759d8e0ca75d84cb05044f9b0039c4b038078..be53d9afda69220476a894f55cd3d8b61a26ca2b 100644 (file)
@@ -19,7 +19,7 @@
 using std::atoi;
 #endif
 
-int lyx::atoi(string const & nstr)
+int lyx::support::atoi(string const & nstr)
 {
        return ::atoi(nstr.c_str());
 }