- add python, missing gui
[enigma2.git] / lib / gdi / grc.h
index 0f66ef08460c09c2aa4c9024de2b95d118b0beea..a02068aea2c6cb0f631f14ee9b0c3fc72be69180 100644 (file)
@@ -11,7 +11,7 @@
 #include <stack>
 #include <list>
 
-#include <lib/base/estring.h>
+#include <string>
 #include <lib/base/ringbuffer.h>
 #include <lib/base/elock.h>
 #include <lib/gdi/erect.h>
@@ -58,7 +58,7 @@ struct gOpcode
                struct prenderText
                {
                        eRect area;
-                       eString text;
+                       std::string text;
                        int flags;
                } *renderText;