]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.cpp
Add some missing files to autoconf's dist
[lyx.git] / src / sgml.cpp
index 3153ce37200113934c4eaafa5fe9c405d64fc0b3..fdd0ed7270cf32ed4ba5b706eb0622a553837024 100644 (file)
@@ -102,7 +102,7 @@ docstring sgml::escapeString(docstring const & raw)
 }
 
 
-docstring const sgml::uniqueID(docstring const label)
+docstring const sgml::uniqueID(docstring const label)
 {
        // FIXME THREAD
        // It seems unlikely there could be a problem here,