aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/Stopwatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/Stopwatch.h b/toolsrc/include/Stopwatch.h
index 2bd5c31bf..105a4b1ee 100644
--- a/toolsrc/include/Stopwatch.h
+++ b/toolsrc/include/Stopwatch.h
@@ -14,9 +14,9 @@ namespace vcpkg
bool isRunning() const;
- Stopwatch& start();
+ const Stopwatch& start();
- Stopwatch& stop();
+ const Stopwatch& stop();
Stopwatch& reset();