summaryrefslogtreecommitdiff
path: root/src/timelog.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-17 05:27:43 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-17 05:27:43 -0500
commit22c1b867f03e4a495f9e47c899d1fdfcaec3a659 (patch)
tree851bf7423959048cf8f26d19bd7880450a97495e /src/timelog.h
parent018a2a8e7b1ad490e3ff69f3014aeb51abb80929 (diff)
downloadfork-ledger-22c1b867f03e4a495f9e47c899d1fdfcaec3a659.tar.gz
fork-ledger-22c1b867f03e4a495f9e47c899d1fdfcaec3a659.tar.bz2
fork-ledger-22c1b867f03e4a495f9e47c899d1fdfcaec3a659.zip
Added option --day-break
Diffstat (limited to 'src/timelog.h')
-rw-r--r--src/timelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timelog.h b/src/timelog.h
index ed5a2d36..857952ff 100644
--- a/src/timelog.h
+++ b/src/timelog.h
@@ -98,7 +98,7 @@ public:
}
void clock_in(time_xact_t event);
- void clock_out(time_xact_t event);
+ std::size_t clock_out(time_xact_t event);
void close();
};