From 6a9acd7a5e526f06e5fc0757335cd5b09ce34e3c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 6 Apr 2008 12:00:37 +0000 Subject: Replaced ManagedList with Common::SharedPtr in the rest of the lure engine svn-id: r31420 --- engines/lure/surface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/lure/surface.h') diff --git a/engines/lure/surface.h b/engines/lure/surface.h index 73b7090287..49208fa057 100644 --- a/engines/lure/surface.h +++ b/engines/lure/surface.h @@ -28,6 +28,7 @@ #include "common/str.h" +#include "common/ptr.h" #include "lure/disk.h" #include "lure/luredefs.h" @@ -140,7 +141,8 @@ public: class CopyProtectionDialog { private: Common::RandomSource _rnd; - ManagedList _hotspots; + typedef Common::List > HotspotsList; + HotspotsList _hotspots; int _charIndex; void chooseCharacters(); -- cgit v1.2.3