X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCounters.h;h=e6554a284f37ae150e6fc709eab8c68a6567e98a;hb=8cb728c2d7a6b70dccb7651f300d9812f645d2ea;hp=4708f5a331f8759f8f34cc41ba114247b4658033;hpb=816512879d724eaaaa2902019fee8585bead3064;p=features.git diff --git a/src/Counters.h b/src/Counters.h index 4708f5a331..e6554a284f 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -163,7 +163,7 @@ public: /// Copy counters whose name matches match from the &from to /// the &to array of counters. Empty string matches all. void copy(Counters const & from, Counters & to, - docstring const & match = docstring()); + docstring const & match = docstring()) const; /** returns the expanded string representation of counter \c * c. The \c lang code is used to translate the string. */