]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetNote.h
index 054a6fce476cf199c69c66bce946f6f4dfbd6a43..e2d2ac31d3df9b784f29644fb8e3c0639652d45a 100644 (file)
@@ -52,7 +52,7 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::NOTE_CODE; }
        ///
-       docstring insetName() const { return from_ascii("Note"); }
+       docstring name() const { return from_ascii("Note"); }
        ///
        void write(Buffer const &, std::ostream &) const;
        ///