]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetBranch.h
index 5df7b15d3280e209ea6db6b93a524d1fd2c264fa..4ae2f191242df11578a7b0078336405afacb765c 100644 (file)
@@ -80,7 +80,8 @@ public:
        bool isBranchSelected(Buffer const & buffer) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
-
+       // 
+       virtual void updateLabels(Buffer const &, ParIterator const &);
 protected:
        ///
        InsetBranch(InsetBranch const &);
@@ -91,7 +92,7 @@ protected:
 private:
        friend class InsetBranchParams;
 
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        /// used by the constructors
        void init();