]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.h
Improvements to the shortcuts preference dialog (#9174)
[lyx.git] / src / support / convert.h
index 2fed4eafdf14d23cae28dae6f08fef09183d6eb2..e72fe61b5667363e846ee4bc0f5ee02e7b475949 100644 (file)
@@ -4,8 +4,8 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
- * \author Lars Gullik Bjønnes
+ * \author André Pönitz
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  *
@@ -37,11 +37,11 @@ template<> std::string convert<std::string>(long l);
 template<> docstring convert<docstring>(long l);
 template<> std::string convert<std::string>(float f);
 template<> std::string convert<std::string>(double d);
-template<> int convert<int>(std::string const s);
-template<> int convert<int>(docstring const s);
-template<> unsigned int convert<unsigned int>(std::string const s);
-template<> unsigned long convert<unsigned long>(std::string const s);
-template<> double convert<double>(std::string const s);
+template<> int convert<int>(std::string const s);
+template<> int convert<int>(docstring const s);
+template<> unsigned int convert<unsigned int>(std::string const s);
+template<> unsigned long convert<unsigned long>(std::string const s);
+template<> double convert<double>(std::string const s);
 template<> int convert<int>(char const * cptr);
 template<> double convert<double>(char const * cptr);