aboutsummaryrefslogtreecommitdiff
path: root/build/timestamp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/timestamp.cxx')
-rw-r--r--build/timestamp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/timestamp.cxx b/build/timestamp.cxx
index 0ad3f3f..0d450ea 100644
--- a/build/timestamp.cxx
+++ b/build/timestamp.cxx
@@ -58,7 +58,7 @@ namespace build
}
ostream&
- operator<< (ostream& os, timestamp ts)
+ operator<< (ostream& os, const timestamp& ts)
{
// @@ replace with put_time()
//
@@ -97,7 +97,7 @@ namespace build
}
ostream&
- operator<< (ostream& os, duration d)
+ operator<< (ostream& os, const duration& d)
{
// @@ replace with put_time()
//