]> git.lyx.org Git - features.git/blobdiff - src/Counters.h
Unify naming of menu items
[features.git] / src / Counters.h
index ffc091b2adfcc4a889b26f930ad658e8c919aaa9..e411bbb26cd94b3bb148ebdb9d11bc39fa75bfdd 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "OutputEnums.h"
 
-#include "support/docstring.h"
+#include "support/strfwd.h"
 
 #include <map>
 #include <vector>
@@ -162,7 +162,7 @@ public:
        bool remove(docstring const & cnt);
        /// Copy counters whose name matches match from the &from to
        /// the &to array of counters. Empty string matches all.
-       void copy(Counters & from, Counters & to,
+       void copy(Counters const & from, Counters & to,
                  docstring const & match = docstring());
        /** returns the expanded string representation of counter \c
         *  c. The \c lang code is used to translate the string.