]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / LString.h
index 1e135594b319e992bc4e2ab19cd3ba86af47d77e..95d20bdae05df9e7b85d90f1364e6844e0abac1d 100644 (file)
@@ -31,8 +31,7 @@ using std::string;
 #define __STRING__
 #endif
 #include "support/lyxstring.h"
-// using lyx::string;
-typedef lyxstring string;
+using lyx::string;
 #define STRCONV(STR) STR.c_str()
 #endif