]> git.lyx.org Git - lyx.git/blobdiff - src/insets/figinset.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / figinset.h
index b17a3b8512e363a73d0001a0f057f1c0f84f5010..02000371d9d5a224e689cc5fb3666ab50f025ed8 100644 (file)
@@ -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;