]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPhantom.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetPhantom.h
index c5a805b64d8863df03354805a45ddf04de5f6090..548bdb0b9cde7c7cbecf76d940aa128d82c8b38e 100644 (file)
@@ -60,7 +60,7 @@ private:
        ///
        InsetCode lyxCode() const { return PHANTOM_CODE; }
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -76,7 +76,7 @@ private:
        ///
        bool neverIndent() const { return true; }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///