From 29d664520f09818f4762169c4a13f4cacb4e55aa Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 31 Jan 2008 19:54:19 +0000 Subject: [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 --- pokemod/Pokemod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemod/Pokemod.h') 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; -- cgit