aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/hotspot.h')
-rwxr-xr-xengines/pegasus/hotspot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/hotspot.h b/engines/pegasus/hotspot.h
index 97bbf37832..d5a2fb0f6f 100755
--- a/engines/pegasus/hotspot.h
+++ b/engines/pegasus/hotspot.h
@@ -31,7 +31,7 @@
#include "pegasus/constants.h"
#include "pegasus/types.h"
-#include "pegasus/MMShell/Utilities/MMIDObject.h"
+#include "pegasus/util.h"
/*
@@ -46,7 +46,7 @@
namespace Pegasus {
-class Hotspot : public MMIDObject {
+class Hotspot : public IDObject {
public:
Hotspot(const tHotSpotID);
virtual ~Hotspot();