diff options
author | Pixel <Pixel> | 2002-08-18 01:38:23 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-08-18 01:38:23 +0000 |
commit | 396239cc78a75ba7be739788485319c92b07d827 (patch) | |
tree | cd3e9ef485c1026e40b909c1989ef662cde30f5f /includes/Input.h | |
parent | 11bf45f50739afb923829b3cc32efb9c8c009613 (diff) |
Blehaurg
Diffstat (limited to 'includes/Input.h')
-rw-r--r-- | includes/Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Input.h b/includes/Input.h index 8e3e84e..d1755e7 100644 --- a/includes/Input.h +++ b/includes/Input.h @@ -9,7 +9,7 @@ class Input : public Handle { public: - Input(String = "") throw (GeneralException); + Input(const String & = "") throw (GeneralException); Input(const Input &); virtual ~Input() {} virtual bool CanWrite(); |