]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XPainter.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / XPainter.h
index d5473486d51a8f9099bdde5f3a64205f9e697fd3..3bf855b6c184578b52f7b44f0bcbad720757d66a 100644 (file)
@@ -14,7 +14,6 @@
 #define XPAINTER_H
 
 #include "frontends/Painter.h"
-#include "support/std_string.h"
 
 #include <X11/Xlib.h>
 
@@ -96,7 +95,7 @@ public:
 
        /// draw a string at position x, y (y is the baseline)
        virtual Painter & text(int x, int y,
-               string const & str, LyXFont const & f);
+               std::string const & str, LyXFont const & f);
 
        /** Draw a string at position x, y (y is the baseline)
         *  This is just for fast drawing