]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
DocBook: escape IDs for InsetRef.
[lyx.git] / src / insets / InsetFootlike.h
index f4bcbdef19445eef05d42ee074a8dbb211cc4410..c7805a643923e8e5533d190ec9433e7d4802a8d9 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetFootlike : public InsetCollapsible {
 public:
        ///
-       InsetFootlike(Buffer *);
+       explicit InsetFootlike(Buffer *);
        ///
        bool hasSettings() const { return false; }
 private:
@@ -35,7 +35,7 @@ private:
        void write(std::ostream & os) const;
        ///
        bool insetAllowed(InsetCode) const;
-       /** returns false if, when outputing LaTeX, font changes should
+       /** returns false if, when outputting LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */
        bool inheritFont() const { return false; }