]> 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 546253d7f853abdeea9208e7a0cfe5b5c75b79ed..591965409b086fa5bf2e73a4ab24444e0adc26ce 100644 (file)
@@ -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;
 };