X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FDate.hh;h=3c019995683b3f61be43b1925aa74f5a42bcd9ba;hb=9a61860296f39594c2ae43b30f174281b7e5cb35;hp=f51f28f652bce501e9859b3653e0971627141f9f;hpb=6b8da0110c1dc3c720b6000b95b401b87e78d3f2;p=lib1wire.git diff --git a/src/Date.hh b/src/Date.hh index f51f28f..3c01999 100644 --- a/src/Date.hh +++ b/src/Date.hh @@ -29,8 +29,8 @@ namespace plp { void inc_seconds(int seconds); Date *clone(); void copy(Date *date); - bool before(Date date2); - bool equals(Date date2); + bool before(Date *date2); + bool equals(Date *date2); int year; int month; int day;