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 64866c81..8dabc683 100644
--- a/pokemod/Rules.h
+++ b/pokemod/Rules.h
@@ -39,7 +39,7 @@ class Rules : public Object
void validate();
- void load(const QDomElement& xml, const int = 0);
+ void load(const QDomElement& xml, const int /*id*/ = 0);
QDomElement save() const;
void setGenderAllowed(const bool genderAllowed);