]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Whitespace.
[lyx.git] / src / insets / InsetInclude.h
index ad216bcca635597eadcb8e184ce146fe5fe681f2..2583f41406fb0cdf22e1db6e1290a5986652ef39 100644 (file)
@@ -79,6 +79,8 @@ public:
        DisplayType display() const;
        ///
        InsetCode lyxCode() const { return INCLUDE_CODE; }
+       ///
+       docstring layoutName() const;
        /** Fills \c key
         *  \param keys the list of bibkeys in the child buffer.
         *  \param it not used here
@@ -103,7 +105,7 @@ public:
        ///
        void updateBuffer(ParIterator const &, UpdateType);
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes