summaryrefslogtreecommitdiff
path: root/library/include/DataDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/include/DataDefs.h')
-rw-r--r--library/include/DataDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/include/DataDefs.h b/library/include/DataDefs.h
index 6b3aeb3e..61d5dec4 100644
--- a/library/include/DataDefs.h
+++ b/library/include/DataDefs.h
@@ -303,7 +303,7 @@ namespace DFHack
void *vtable_ptr;
friend class VMethodInterposeLinkBase;
- std::vector<VMethodInterposeLinkBase*> interpose_list;
+ std::map<int,VMethodInterposeLinkBase*> interpose_list;
protected:
virtual void doInit(Core *core);