]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetinclude.h
index 043f23c27391db9fc8490eef6286d64cdc49fcfb..591965409b086fa5bf2e73a4ab24444e0adc26ce 100644 (file)
@@ -97,7 +97,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
        ///
        void validate(LaTeXFeatures &) const;
        
@@ -129,8 +129,8 @@ private:
 
        /// the parameters
        Params params_;
-       ///
-       string include_label;
+       /// holds the entity name that defines the file location (SGML) 
+       string const include_label;
 };