]> git.lyx.org Git - features.git/blobdiff - src/insets/insetmarginal.h
change a lot of methods to begin with small char
[features.git] / src / insets / insetmarginal.h
index 775fdd61d8ec778a6dca3e5d1b1f889554e900aa..7f1e5b86c6d4c592b457b055eab47f41b31b448e 100644 (file)
@@ -26,15 +26,15 @@ public:
        ///
        InsetMarginal();
        ///
-       Inset * Clone(Buffer const &) const;
+       Inset * clone(Buffer const &) const;
        ///
-       Inset::Code LyxCode() const { return Inset::MARGIN_CODE; }
+       Inset::Code lyxCode() const { return Inset::MARGIN_CODE; }
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
+       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       string const EditMessage() const;
+       string const editMessage() const;
        ///
-       bool InsertInsetAllowed(Inset * inset) const;
+       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif