]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.h
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetListings.h
index 18125dc3bb6f0a765eb4cc2a27b4667f809a73e0..c9d833a4adf061626b5c9ff00cfd129576245e0f 100644 (file)
@@ -47,7 +47,7 @@ private:
        /// lstinline is inlined, normal listing is displayed
        DisplayType display() const;
        ///
-       docstring name() const { return from_ascii("Listings"); }
+       docstring layoutName() const { return from_ascii("Listings"); }
        // Update the counters of this inset and of its contents
        void updateBuffer(ParIterator const &, UpdateType);
        ///