]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.h
use more explicit on constructors use the pimpl idom to reduce size with about 500k
[lyx.git] / src / support / lyxstring.h
index 696acfc63dd8d9ecd74efa7651fab4005d020a29..e96e9f8206c38bf2603854ccfef9787714b0a2cb 100644 (file)
@@ -163,6 +163,7 @@ public:
        lyxstring(value_type const *, size_type n);
        
        /// #lyxstring x("abc")#
+       explicit
        lyxstring(value_type const *);
        
        /// lyxstring(5, 'n') -> "nnnnn"