]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.C
Small formatting and comment cleanup.
[lyx.git] / src / tex-accent.C
index 8a9ebc7a48b37f628b880c1ebadcfa09a225584e..63e6185cb59c958a595298d7897f696c8981dcae 100644 (file)
@@ -16,6 +16,9 @@
 
 #include <string>
 
+
+namespace lyx {
+
 using std::string;
 
 /* the names used by TeX and XWindows for deadkeys/accents are not the same
@@ -103,3 +106,6 @@ string const DoAccent(char c, tex_accent accent)
 {
        return DoAccent(convert<string>(c), accent);
 }
+
+
+} // namespace lyx