]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/gettext.C
Add a Buffer::fully_loaded member function, returning true only when
[lyx.git] / src / tex2lyx / gettext.C
index cbba84298e6e26452ca9b75a27a8e75c15efb9c6..f2824133c654a800ec96cb732e892d13ce741737 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * \file gettext.C
+ * \file tex2lyx/gettext.C
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
@@ -13,6 +13,9 @@
 
 #include "gettext.h"
 
+using std::string;
+
+
 string const _(string const & str)
 {
        return str;