]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetFloat.h
index 4a4c7d5bfbded980859a3d7174ebf884695af1dd..502422a21b965a2966cd5e6dd020244df1f3cc78 100644 (file)
@@ -67,6 +67,8 @@ public:
        void setNewLabel();
        ///
        InsetFloatParams const & params() const { return params_; }
+       ///
+       bool allowsCaptionVariation() const { return !params_.subfloat; }
 private:
        ///
        docstring layoutName() const;