From cca213f6493119ab3f642e08dba798f557630f53 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 19 Nov 2001 22:32:34 +0000 Subject: Headers cleaning --- include/Variables.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'include/Variables.h') diff --git a/include/Variables.h b/include/Variables.h index c4d6ba3..199e96f 100644 --- a/include/Variables.h +++ b/include/Variables.h @@ -31,14 +31,15 @@ class Variables : public Base { public: Variables(int = 0); ~Variables(); - void SetTo(int i, const String &); - String operator[](const String &); - String operator[](int i); - void Dump(Handle *); - int GetNb(); - void Add(const String &); - void Del(int); - void Del(const String &); + void SetTo(int i, const String &); + String operator[](const String &); + String operator[](int i); + void Dump(Handle *); + int GetNb(); + void Add(const String &); + void Del(int); + void Del(const String &); + private: vector Vars; int nbvars; -- cgit v1.2.3