X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Ffiginset.h;h=02000371d9d5a224e689cc5fb3666ab50f025ed8;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=daef7707de785e043dd0e677c0dc4f84ff01a591;hpb=7521b5d20f42102cf444e3fd8718a088a60d0098;p=lyx.git diff --git a/src/insets/figinset.h b/src/insets/figinset.h index daef7707de..02000371d9 100644 --- a/src/insets/figinset.h +++ b/src/insets/figinset.h @@ -7,6 +7,7 @@ #ifndef FIGINSET_H #define FIGINSET_H +#include FORMS_H_LOCATION #include "figure_form.h" #include "LString.h" #include "buffer.h" @@ -43,7 +44,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 +54,8 @@ public: /// void edit(BufferView *, int, int, unsigned int); /// + void edit(BufferView * bv, bool front = true); + /// EDITABLE editable() const; /// bool deletable() const;