]> git.lyx.org Git - features.git/blobdiff - src/Floating.h
Update tex2lyx tests
[features.git] / src / Floating.h
index 7461e961921f37989d39120357b92869d9843c1f..7af2334148fdba2d6c72bd6b9e5750f25eee9b42 100644 (file)
@@ -143,7 +143,7 @@ private:
        /// DocBook tag type (block, paragraph, inline)
        mutable std::string docbook_tag_type_;
        /// DocBook float type, to override float_type_ (figure, table, algorithm, video)
-       mutable std::string docbook_float_type_;
+       std::string docbook_float_type_;
 };