]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.h
Fix breakage caused by bad commits.
[lyx.git] / src / gettext.h
index f19d4508ceecd9f22586d79fd722cfb870ec3be7..eaddb3253afee452a0599b106a639baa75807664 100644 (file)
@@ -1,16 +1,21 @@
 // -*- C++ -*-
 /**
- * \file gettext.h
+ * \file src/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_
+
+#ifndef GETTEXT_H
+#define GETTEXT_H
+
+#include "support/docstring.h"
+
+#include <string>
 
 /*
  * Native Language Support
  *   Panic/fatal (that should not happen) messages need not be translated
  */
 
-#include "LString.h"
 
 //#ifdef ENABLE_NLS
 
 ///
-string const _(string const &);
+lyx::docstring const _(std::string const &);
 
 //#else // ENABLE_NLS