From f31ff1177eec7ffa0ea6375b77d78d69559f9c88 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 30 Dec 2014 19:52:21 +0000 Subject: Big commit comprising mostly of changes to the DB structure to unify recorded event details into events, lots of new unit tests --- p2pvr/ice/commonHelpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p2pvr/ice/commonHelpers.cpp') diff --git a/p2pvr/ice/commonHelpers.cpp b/p2pvr/ice/commonHelpers.cpp index 46c7fad..6ad120b 100644 --- a/p2pvr/ice/commonHelpers.cpp +++ b/p2pvr/ice/commonHelpers.cpp @@ -12,7 +12,7 @@ namespace Common { boost::posix_time::time_duration operator*(const Common::Duration & d) { - return boost::posix_time::time_duration(d.Hour, d.Minute, 0); + return boost::posix_time::time_duration(d.Hours, d.Minutes, 0); } } -- cgit v1.2.3