diff options
Diffstat (limited to 'include/Variables.h')
-rw-r--r-- | include/Variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Variables.h b/include/Variables.h index 199e96f..f24daa0 100644 --- a/include/Variables.h +++ b/include/Variables.h @@ -34,7 +34,7 @@ class Variables : public Base { void SetTo(int i, const String &); String operator[](const String &); String operator[](int i); - void Dump(Handle *); + void Dump(Handle *, const String & = ""); int GetNb(); void Add(const String &); void Del(int); |