]> git.lyx.org Git - lyx.git/blobdiff - src/gettext.C
Remove the inset and view member functions from PreviewedInset.
[lyx.git] / src / gettext.C
index 47d4303fe9263958413e2b9cfd9eb4dfe8d7368f..2f08de503833626e30be66e33c614ec3cd3fe1d3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file gettext.C
+ * \file src/gettext.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -19,6 +19,9 @@
 #  include <locale.h>
 #endif
 
+using std::string;
+
+
 namespace {
 
 Messages & getLyXMessages()