diff options
author | Pixel <Pixel> | 2002-01-10 14:15:35 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-01-10 14:15:35 +0000 |
commit | 53de7397c5d9cfcbf480f122a379f077345f8ba8 (patch) | |
tree | f8061c3fe184c635d2fa419ed039e0611a11063f /include/Input.h | |
parent | 692672cd414addadfe666904c10d4492a7fcbe17 (diff) |
Better duplicating handling...
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Input.h b/include/Input.h index 87190f1..7091258 100644 --- a/include/Input.h +++ b/include/Input.h @@ -10,6 +10,7 @@ class Input : public Handle { public: Input(String = "") throw (GeneralException); + Input(const Input &); virtual ~Input() {} virtual bool CanWrite(); virtual bool CanRead(); |