]> git.lyx.org Git - lyx.git/blobdiff - src/support/tostr.h
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / tostr.h
index a6a9543fb1f2b8adf1d6ff72e77a722b3c3757dd..2e362d91999ab3957d23d8e91cf74f7f89df5c1b 100644 (file)
@@ -29,5 +29,7 @@ std::string const tostr(long int);
 std::string const tostr(double);
 ///
 std::string const tostr(std::string const & s);
+///
+std::string const tostr(long unsigned int);
 
 #endif