X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Ffiginset.h;h=73d70d95d159732a40900a35a60662969f2cb34a;hb=b922cdd796f9e4b9a46a79808cdee596e04903eb;hp=daef7707de785e043dd0e677c0dc4f84ff01a591;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/figinset.h b/src/insets/figinset.h index daef7707de..73d70d95d1 100644 --- a/src/insets/figinset.h +++ b/src/insets/figinset.h @@ -43,7 +43,7 @@ public: /// int linuxdoc(Buffer const *, std::ostream &) const; /// - int docBook(Buffer const *, std::ostream &) const; + int docbook(Buffer const *, std::ostream &) const; /// Updates needed features for this inset. void validate(LaTeXFeatures & features) const; @@ -53,6 +53,8 @@ public: /// void edit(BufferView *, int, int, unsigned int); /// + void edit(BufferView * bv, bool front = true); + /// EDITABLE editable() const; /// bool deletable() const;