]> git.lyx.org Git - lyx.git/blobdiff - src/Floating.h
cleanup error messages
[lyx.git] / src / Floating.h
index acb98f7e8a2c9dcb7ba007b191468288f1c780e9..50c94af53ad684763db02a400d2a36e9bea61f27 100644 (file)
@@ -72,11 +72,11 @@ private:
        ///
        std::string listName_;
        /// 
-       mutable std::string htmlTag_;
+       mutable std::string html_tag_;
        /// 
-       mutable std::string htmlClass_;
+       mutable std::string html_class_;
        /// 
-       std::string htmlStyle_;
+       std::string html_style_;
        ///
        bool builtin_;
 };