X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFloating.h;h=a5f1ddcd9c5e6e0559db1f4f821f6f49b6ff4f06;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=3de7d450fce8ac88862af073383b7787282dca14;hpb=1f945177b9628b213c60872df88f2d155c3d6c54;p=lyx.git diff --git a/src/Floating.h b/src/Floating.h index 3de7d450fc..a5f1ddcd9c 100644 --- a/src/Floating.h +++ b/src/Floating.h @@ -107,13 +107,13 @@ private: bool allowswide_; /// bool allowssideways_; - /// + /// mutable std::string html_tag_; - /// + /// mutable std::string html_attrib_; /// mutable std::string defaultcssclass_; - /// + /// docstring html_style_; };