]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.h
Best to use braces when there are comments.
[lyx.git] / src / support / convert.h
index 3b97fb6c88799fe04f486637fdb849811d378863..1b3e5bef29b831663e009af806864ccc3fc41832 100644 (file)
@@ -53,6 +53,7 @@ template<> double convert<double>(std::string const & s);
 template<> int convert<int>(char const * cptr);
 template<> double convert<double>(char const * cptr);
 
+int convert(std::string const & s, int base);
 } // namespace lyx
 
 #endif