]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.h
Pass local font to arguments and assure pass_thru is inherited
[features.git] / src / insets / InsetLayout.h
index 4f5a6b89e3f6e27cb21e526fc204868ba631df61..7ae505ae75daf11306bf23ec15cbf3c011386d4b 100644 (file)
@@ -88,9 +88,9 @@ public:
        ///
        Layout::LaTeXArgMap latexargs() const { return latexargs_; }
        ///
-       unsigned int numOptArgs() const;
+       unsigned int optArgs() const;
        ///
-       unsigned int numRequiredArgs() const;
+       unsigned int requiredArgs() const;
        ///
        docstring preamble() const { return preamble_; }
        /// Get language dependent macro definitions needed for this inset