]> git.lyx.org Git - lyx.git/blobdiff - src/support/atoi.C
one small private fix in mathed, put noncopyable and tie into boost namespace
[lyx.git] / src / support / atoi.C
index 2e9b3ed580686601027da914b4a8f0d9012516f5..17f9847ccefc7884eabff7b42bbbd04dd7c84437 100644 (file)
@@ -4,6 +4,7 @@
 
 #include "lyxlib.h"
 
+
 int lyx::atoi(string const & nstr)
 {
        return ::atoi(nstr.c_str());