From 593aec681d138f7106b034530f5b5eb89643bce1 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 5 Sep 2011 16:46:00 -0400 Subject: PEGASUS: Restructure remaining MMShell code into the base code MMTimeValue has been removed, as Common::Timestamp will just be used instead --- engines/pegasus/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/notification.cpp') diff --git a/engines/pegasus/notification.cpp b/engines/pegasus/notification.cpp index f03e4705b7..9725cfbe1e 100755 --- a/engines/pegasus/notification.cpp +++ b/engines/pegasus/notification.cpp @@ -30,7 +30,7 @@ namespace Pegasus { typedef tReceiverList::iterator tReceiverIterator; -Notification::Notification(const tNotificationID id, NotificationManager *owner) : MMIDObject(id) { +Notification::Notification(const tNotificationID id, NotificationManager *owner) : IDObject(id) { _owner = owner; _currentFlags = kNoNotificationFlags; if (_owner) -- cgit v1.2.3