]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.h
code cosmetics to the iterator fix
[lyx.git] / src / tex2lyx / gettext.h
index 29e75b039c40c4fdba9f081d7c27e72b2567b11b..2b5c8ce3efe523215b59af8646e280872c69b0ea 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file gettext.h
+ * \file tex2lyx/gettext.h
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
 #ifndef GETTEXT_H
 #define GETTEXT_H
 
-#include "support/std_string.h"
+#include <string>
+
 
 ///
-string const _(string const &);
+std::string const _(std::string const &);
 
 /// for detecting static strings
 #define N_(str) (str)