aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/notification.h
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.h
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.h')
-rwxr-xr-xengines/pegasus/notification.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/notification.h b/engines/pegasus/notification.h
index d276f456ad..ded66478fc 100755
--- a/engines/pegasus/notification.h
+++ b/engines/pegasus/notification.h
@@ -29,7 +29,7 @@
#include "common/list.h"
#include "pegasus/types.h"
-#include "pegasus/MMShell/Utilities/MMIDObject.h"
+#include "pegasus/util.h"
namespace Pegasus {
@@ -50,7 +50,7 @@ typedef Common::List<tReceiverEntry> tReceiverList;
A notification can have 32 flags associated with it, which can be user-defined.
*/
-class Notification : public MMIDObject {
+class Notification : public IDObject {
friend class NotificationManager;
public: