]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloatList.h
Fix crash on recursive include (bug #8994)
[lyx.git] / src / insets / InsetFloatList.h
index 46b294a0ab68b134ba5e0da7de0235a0179cfe37..58a7e232f6a77a53aabe606e518dffedf4aba81d 100644 (file)
@@ -69,6 +69,8 @@ private:
        //@{
        ///
        Inset * clone() const { return new InsetFloatList(*this); }
+       ///
+       docstring layoutName() const;
        //@}
 
        /// \name Private functions inherited from InsetCommand class