aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-28 15:08:12 +0000
committerTorbjörn Andersson2003-12-28 15:08:12 +0000
commit6ae8218d537a2b627a0abad597d5084c796d1de8 (patch)
tree13941f5a83d4594739f665b364cb4d05154be6fc /sword2/resman.h
parent302c9f72fcf76cde76a3ee467b0fe5771a5faa3f (diff)
downloadscummvm-rg350-6ae8218d537a2b627a0abad597d5084c796d1de8.tar.gz
scummvm-rg350-6ae8218d537a2b627a0abad597d5084c796d1de8.tar.bz2
scummvm-rg350-6ae8218d537a2b627a0abad597d5084c796d1de8.zip
Hopefully the last big renaming. Now the datatypes have names like
"StandardHeader" instead of "_standardHeader". svn-id: r11997
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 13b8a52756..f427d30093 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -74,7 +74,7 @@ public:
void removeAll(void);
// pointer to a pointer (or list of pointers in-fact)
- mem **_resList;
+ Memory **_resList;
private:
Sword2Engine *_vm;