summaryrefslogtreecommitdiffstats
path: root/pokemod/Move.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Move.h')
-rw-r--r--pokemod/Move.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Move.h b/pokemod/Move.h
index 280b7eca..3649ef6f 100644
--- a/pokemod/Move.h
+++ b/pokemod/Move.h
@@ -66,7 +66,7 @@ class Move : public Object
QDomElement save() const;
void setName(const QString& name);
- void setAccuracy(const Fraction& accuracy) throw(Exception);
+ void setAccuracy(const Fraction& accuracy) throw(BoundsException);
void setPower(const int power);
void setType(const int type) throw(BoundsException);
void setSpecial(const bool special);