summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/date/test_date.cc
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/date/test_date.cc')
-rw-r--r--2004/i/nono/src/date/test_date.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/2004/i/nono/src/date/test_date.cc b/2004/i/nono/src/date/test_date.cc
index fe020e1..84b9738 100644
--- a/2004/i/nono/src/date/test_date.cc
+++ b/2004/i/nono/src/date/test_date.cc
@@ -30,7 +30,7 @@
int
main (void)
{
- Date d;
+ Date &d = Date::getInstance ();
sleep (2);
cout << "date " << d.start () << ' ' << d.round () << endl;
d.startRound ();