]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Whitespace.
[lyx.git] / src / insets / InsetInclude.h
index e3269badc0b502c54494284a4c5d6f68c4f63735..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