diff options
Diffstat (limited to 'sccol.cc')
-rw-r--r-- | sccol.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |