summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Rules.h')
-rw-r--r--pokemod/Rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Rules.h b/pokemod/Rules.h
index 943a5e20..f6c23dbb 100644
--- a/pokemod/Rules.h
+++ b/pokemod/Rules.h
@@ -39,7 +39,7 @@ class Rules : public Object
Rules(const Pokemod& par, const Rules& r);
Rules(const Pokemod& par, const QString& fname);
- void load(const QString& fname, const unsigned _id = 0) throw(Exception);
+ void load(const QString& fname, const unsigned = 0) throw(Exception);
void save() const throw(Exception);
void setGenderAllowed(const bool g);