diff options
author | alois31 <alois1@gmx-topmail.de> | 2024-07-02 14:12:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-07-02 14:12:07 +0000 |
commit | 24852355d8975dcc786ddc4d5853043a52e4c78c (patch) | |
tree | f97dd0189e0baa79f261dafd38644c59c9a42f44 /src/libutil/logging.hh | |
parent | 865a3732faca16a79bf24982011adf100de04463 (diff) | |
parent | 0dd1d8ca1cdccfc620644a7f690ed35bcd2d1e74 (diff) |
Merge "tree-wide: unify progress bar inactive and paused states" into main
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 3cead4296..7990ffce0 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -117,9 +117,8 @@ public: virtual ~Logger() { } - virtual void stop() { }; - virtual void pause() { }; + virtual void resetProgress() { }; virtual void resume() { }; // Whether the logger prints the whole build log |