more fixes :)
[enigma2.git] / lib / gdi / grc.h
index 58371e790353ba3595a319f951473183f6dcc820..113555040b083dbb5bc8b6560debbbb58542c2fe 100644 (file)
@@ -78,7 +78,7 @@ struct gOpcode
                struct prenderText
                {
                        eRect area;
-                       std::string text;
+                       char *text;
                        int flags;
                } *renderText;