summaryrefslogtreecommitdiffstats
path: root/pokemod/MapEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MapEffect.h')
-rw-r--r--pokemod/MapEffect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/MapEffect.h b/pokemod/MapEffect.h
index acbbbf55..e177dac3 100644
--- a/pokemod/MapEffect.h
+++ b/pokemod/MapEffect.h
@@ -71,7 +71,7 @@ class MapEffect : public Object
void setName(const QString& name);
void setCoordinate(const Point& coordinate);
void setExistFlag(const Flag& existFlag);
- void setSkin(const QPixmap& skin) throw(Exception);
+ void setSkin(const QPixmap& skin) throw(SizeException);
void setEffect(const int effect) throw(BoundsException);
void setValue1(const int value1) throw(UnusedException);
void setValue2(const int value2) throw(Exception);