summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r--src/resources/iteminfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index 5922b6c1..c3a15376 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -91,7 +91,7 @@ class ItemInfo
const std::string &getName() const
{ return mName; }
- std::string getParticleEffect() const
+ const std::string &getParticleEffect() const
{ return mParticle; }
const SpriteDisplay &getDisplay() const