aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/notification.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-05 16:46:00 -0400
committerMatthew Hoops2011-09-05 16:46:39 -0400
commit593aec681d138f7106b034530f5b5eb89643bce1 (patch)
treecd45642b5f8af6e92cbd0e038cc3688626a1f4a6 /engines/pegasus/notification.cpp
parent74054cff2d43ee641ac87b9d27ac915523b63e83 (diff)
downloadscummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.tar.gz
scummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.tar.bz2
scummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.zip
PEGASUS: Restructure remaining MMShell code into the base code
MMTimeValue has been removed, as Common::Timestamp will just be used instead
Diffstat (limited to 'engines/pegasus/notification.cpp')
-rwxr-xr-xengines/pegasus/notification.cpp2
1 files changed, 1 insertions, 1 deletions
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)