summaryrefslogtreecommitdiff
path: root/src/resources/monsterdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/monsterdb.h')
-rw-r--r--src/resources/monsterdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h
index 0a218661..27536ffc 100644
--- a/src/resources/monsterdb.h
+++ b/src/resources/monsterdb.h
@@ -35,7 +35,7 @@ namespace MonsterDB
void unload();
- const MonsterInfo& get(int id);
+ const MonsterInfo &get(int id);
typedef std::map<int, MonsterInfo*> MonsterInfos;
typedef MonsterInfos::iterator MonsterInfoIterator;