]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxstring.C
the doxygen patch
[lyx.git] / src / support / lyxstring.C
index f10638604804084c78b2b1ff89bfd8db027faf38..2b3db8007575595ed08b0b6584321c557b232cda 100644 (file)
@@ -448,10 +448,14 @@ lyxstring::lyxstring(size_type n, value_type c)
 }
 
 
+#warning lyxstring user, have a look here. (Lgb)
+#if 0
+// Commented out to avoid warnings from doxygen. (Lgb)
 lyxstring::lyxstring(const_iterator first, const_iterator last)
 {
        rep = new Srep(last - first, first);
 }
+#endif
 
 
 lyxstring::~lyxstring()