]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
fix the smallcaps drawing, move xfont metrics functions out from LyXFont, move non...
[lyx.git] / src / LString.h
index 46ec80c097766c170f5c29d809668c8792bced2f..3d42a39facac3b84e8975952310f3d6468d69c56 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-1999 The LyX Team.
+ *          Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -17,6 +17,7 @@
 using std::string;
 #else
 #include "support/lyxstring.h"
+// using lyx::string;
 typedef lyxstring string;
 #endif
 #endif