]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.h
Small things in my tree.
[lyx.git] / src / support / lyxstring.h
index e96e9f8206c38bf2603854ccfef9787714b0a2cb..8ed99ec07916edf96c8ed51387427ad4c727e91b 100644 (file)
@@ -163,7 +163,7 @@ public:
        lyxstring(value_type const *, size_type n);
        
        /// #lyxstring x("abc")#
-       explicit
+//     explicit
        lyxstring(value_type const *);
        
        /// lyxstring(5, 'n') -> "nnnnn"