]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.h
Whitespace, only whitespace. s/ +$//
[lyx.git] / src / tex2lyx / gettext.h
index 17848ca21d91607d01b510a717f08bbeceb4a977..2b5c8ce3efe523215b59af8646e280872c69b0ea 100644 (file)
@@ -1,21 +1,22 @@
 // -*- 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.
  *
  * \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.
  */
 #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)