]> git.lyx.org Git - lyx.git/blobdiff - src/support/atoi.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / atoi.C
index 0b091fa2ab21c01d90fab99b467676e57aa17e6f..db6f2c041099de8922472baea84d122a4585b42b 100644 (file)
@@ -19,7 +19,7 @@
 using std::atoi;
 #endif
 
-int lyx::support::atoi(string const & nstr)
+int lyx::support::atoi(std::string const & nstr)
 {
        return ::atoi(nstr.c_str());
 }