]> git.lyx.org Git - lyx.git/blobdiff - src/Encoding.cpp
Remove updateInfo() calls in favor of doing the relevant work
[lyx.git] / src / Encoding.cpp
index 7dc12af0271fb1849f1212a6a654980eb566b3c4..96e35ecbb707e04e75fee87cb30211fbbdc8173e 100644 (file)
@@ -59,7 +59,7 @@ MathAlphaSet mathalpha;
 /// The highest code point in UCS4 encoding (1<<20 + 1<<16)
 char_type const max_ucs4 = 0x110000;
 
-} // namespace anon
+} // namespace
 
 
 EncodingException::EncodingException(char_type c)