summaryrefslogtreecommitdiffstats
path: root/pokemod/Pokemod.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-01-31 19:54:19 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-01-31 19:54:19 +0000
commit29d664520f09818f4762169c4a13f4cacb4e55aa (patch)
tree75375d363075d2808bcb7e4ae73343358fbfb040 /pokemod/Pokemod.h
parent14a52db47b4268b03c4b37d84df48cdb3128f09c (diff)
downloadsigen-29d664520f09818f4762169c4a13f4cacb4e55aa.tar.gz
sigen-29d664520f09818f4762169c4a13f4cacb4e55aa.tar.xz
sigen-29d664520f09818f4762169c4a13f4cacb4e55aa.zip
[FIX] Changelog fixed
[FIX] Warnings in pokemod gone [FIX] BoundsException thrown from Item::setPrice() [FIX] CoinLIst now has correct className [FIX] Frac needed in header for ItemEffect [ADD] CoinList, EggGroup, and Item UI logic added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@52 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Pokemod.h')
-rw-r--r--pokemod/Pokemod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Pokemod.h b/pokemod/Pokemod.h
index 1ef026e4..a97b5d6c 100644
--- a/pokemod/Pokemod.h
+++ b/pokemod/Pokemod.h
@@ -63,7 +63,7 @@ class Pokemod : public Object
Pokemod();
Pokemod(const QString& fpath);
- void load(const QString& fpath, const unsigned _id = 0) throw(Exception);
+ void load(const QString& fpath, const unsigned = 0) throw(Exception);
void save() const throw(Exception);
QString getPath() const;