]> git.lyx.org Git - lyx.git/blobdiff - src/support/gettext.cpp
Replace the text class shared ptr by good old index-into-global-list.
[lyx.git] / src / support / gettext.cpp
index ce3a52da6dd58df5e320dc5e5d1f4e7a433de514..9cd1a3ffbd7795e01275d4bc13bcbe842b91d2ac 100644 (file)
@@ -20,8 +20,7 @@
 #  include <locale.h>
 #endif
 
-using std::string;
-
+using namespace std;
 
 namespace lyx {