]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / metricsinfo.h
index b2366783f6266f6aeec1092895393da7e4e557e2..d55c3f4e4e50e70ab57b73f7a8e43ccb420203b8 100644 (file)
@@ -87,9 +87,9 @@ public:
        ///
        PainterInfo(BufferView * bv, lyx::frontend::Painter & pain);
        ///
-       void draw(int x, int y, char c);
+        void draw(int x, int y, lyx::char_type c);
        ///
-       void draw(int x, int y, std::string const & str);
+       void draw(int x, int y, lyx::docstring const & str);
 
        ///
        MetricsBase base;