]> git.lyx.org Git - features.git/blobdiff - src/xml.cpp
Style
[features.git] / src / xml.cpp
index 7cf738ac4e8f91ca6f4051316a760bb82518ae2d..a03e2543a53f461c1b6d9c15606e5c78912b1ac2 100644 (file)
@@ -557,7 +557,7 @@ docstring const xml::uniqueID(docstring const & label)
 }
 
 
-docstring xml::cleanID(docstring const &orig)
+docstring xml::cleanID(docstring const & orig)
 {
        // The standard xml:id only allows letters,
        // digits, '-' and '.' in a name.