summaryrefslogtreecommitdiffstats
path: root/pokemod/Pokemod.h
diff options
context:
space:
mode:
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;