]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcollapsable.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetcollapsable.h
index 5680dcb3a897b616b9c9a7a526ae15c168b101e4..5bc909ea621afe21d999b544ab56f2fd7bb4d5d9 100644 (file)
@@ -42,6 +42,8 @@ public:
        ///
        InsetCollapsable(BufferParams const &, CollapseStatus status = Open);
        ///
+       InsetCollapsable(InsetCollapsable const & rhs);
+       ///
        void read(Buffer const &, LyXLex &);
        ///
        void write(Buffer const &, std::ostream &) const;
@@ -97,7 +99,7 @@ protected:
        ///
        void setInlined() { status_ = Inlined; }
        ///
-       docstring floatName(std::string const & type, BufferParams const &);
+       docstring floatName(std::string const & type, BufferParams const &) const;
 
 protected:
        ///