summaryrefslogtreecommitdiff
path: root/sccol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sccol.cc')
-rw-r--r--sccol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sccol.cc b/sccol.cc
index 28955332d5..1dfc8f2176 100644
--- a/sccol.cc
+++ b/sccol.cc
@@ -1,7 +1,7 @@
#include "sccol.hh"
#include "debug.hh"
-Score_column::Score_column(Mtime w)
+Score_column::Score_column(Real w)
{
when = w;
pcol = new PCol(0);