]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.h
Whitespace, only whitespace. s/ +$//
[lyx.git] / src / tex2lyx / gettext.h
index 2b4b3513a4323a5a1ca27a2cea81dca8900b7876..2b5c8ce3efe523215b59af8646e280872c69b0ea 100644 (file)
@@ -1,23 +1,25 @@
 // -*- 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 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 &);
 
-#define N_(str) (str)              // for detecting static strings
+/// for detecting static strings
+#define N_(str) (str)
 
 ///
 void locale_init();