]> git.lyx.org Git - features.git/blobdiff - src/support/lstrings.h
Cleanup patches for xforms (Angus) and KDE (John)
[features.git] / src / support / lstrings.h
index cc3e88acda57de2c16d7566bec356876e1ece1ad..963a5779fd157d7ca1790126e3078a05512f6f0e 100644 (file)
@@ -70,7 +70,7 @@ template<typename T>
 inline
 string const tostr(T const & t) 
 {
-       std::ostringstream ostr;
+       ostringstream ostr;
        ostr << t;
        return ostr.str().c_str();
        // We need to use the .c_str since we sometimes are using