]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.C
code cosmetics to the iterator fix
[lyx.git] / src / tex2lyx / gettext.C
index 4d1a06d52a69509aa29cfc9591297089554a85a8..f2824133c654a800ec96cb732e892d13ce741737 100644 (file)
@@ -1,18 +1,21 @@
 /**
- * \file gettext.C
+ * \file tex2lyx/gettext.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "gettext.h"
 
+using std::string;
+
+
 string const _(string const & str)
 {
        return str;