]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.h
Fix bug 2667
[lyx.git] / src / tex2lyx / gettext.h
index 07a9474db464cc972093faeb8bcc60b3ceb16e12..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 "LString.h"
+#include <string>
+
 
 ///
-string const _(string const &);
+std::string const _(std::string const &);
 
 /// for detecting static strings
 #define N_(str) (str)