summaryrefslogtreecommitdiffstats
path: root/pokemod/Item.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Item.h')
-rw-r--r--pokemod/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Item.h b/pokemod/Item.h
index db146f92..b6c69d68 100644
--- a/pokemod/Item.h
+++ b/pokemod/Item.h
@@ -44,7 +44,7 @@ class Item : public Object
void setName(const QString& n);
void setSellable(const bool s);
void setType(const unsigned t) throw(BoundsException);
- void setPrice(const unsigned p);
+ void setPrice(const unsigned p) throw(BoundsException);
void setDescription(const QString& d);
QString getName() const;