]> git.lyx.org Git - lyx.git/blobdiff - src/support/LSubstring.C
various changes
[lyx.git] / src / support / LSubstring.C
index ddf132c007f565f18d4cf61193e268cc75ab374a..b873c23cf39dad73c58f189b3063c63e33f90436 100644 (file)
@@ -4,7 +4,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 
 #include "LSubstring.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strlen;
+#endif
+
+
 
 LSubstring::LSubstring(string & s, size_type i, size_type l)
        : ps(&s), pos(i), n(l)