fixed timedata not storing title

This commit is contained in:
Cheese 2015-03-23 17:22:11 +11:00
parent 4bcdb561be
commit 80d350ff85
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ public class TimeData
{
public TimeData(String title, long time)
{
Title = title;
Started = time;
LastMarker = time;
Total = 0L;