]> git.lyx.org Git - features.git/blobdiff - src/Counters.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / Counters.h
index 92643c1bd5870414ae142e6ae342c2d9e9518037..ffc091b2adfcc4a889b26f930ad658e8c919aaa9 100644 (file)
@@ -35,7 +35,7 @@ public:
        Counter();
        ///
        Counter(docstring const & mc, docstring const & ls,
-               docstring const & lsa);
+               docstring const & lsa, docstring const & guiname);
        /// \return true on success
        bool read(Lexer & lex);
        ///
@@ -124,7 +124,8 @@ public:
        void newCounter(docstring const & newc,
                        docstring const & masterc,
                        docstring const & ls,
-                       docstring const & lsa);
+                       docstring const & lsa,
+                       docstring const & guiname);
        /// Checks whether the given counter exists.
        bool hasCounter(docstring const & c) const;
        /// reads the counter name