]> git.lyx.org Git - features.git/blobdiff - src/Counters.h
Make the new argument to step() mandatory, and add a comment to
[features.git] / src / Counters.h
index 16f1d981840e6766c59ce866d6ca43894b32659c..3384e564c694a4b688e5cc56295d39dd6fef454d 100644 (file)
@@ -117,8 +117,8 @@ public:
        /// counter(s) for which it is the master.
        /// Sub-slaves are not zeroed! That happens at slave's first 
        /// step 0->1. Seems to be sufficient.
-       /// \param for_output: whether to track the counters
-       void step(docstring const & ctr, UpdateType = InternalUpdate);
+       /// \param utype determines whether we track the counters.
+       void step(docstring const & ctr, UpdateType utype);
        /// Reset all counters.
        void reset();
        /// Reset counters matched by match string.