]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetEnvironment.h
InsetListings: use float for placements because of the handling differences between...
[lyx.git] / src / insets / InsetEnvironment.h
index 39332a268dafec0dd1ec315077a8ccd4d0373714..ceefab862a455f97c127af06cfdc31775fd2e46c 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetEnvironment(BufferParams const &, std::string const & name);
        ///
-       docstring insetName() const { return name_; }
+       docstring name() const { return name_; }
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///