From 396239cc78a75ba7be739788485319c92b07d827 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 18 Aug 2002 01:38:23 +0000 Subject: Blehaurg --- generic/Input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/Input.cpp') diff --git a/generic/Input.cpp b/generic/Input.cpp index a51ee65..b7ee99c 100644 --- a/generic/Input.cpp +++ b/generic/Input.cpp @@ -13,7 +13,7 @@ #define _(x) x #endif -Input::Input(String no) throw (GeneralException) : +Input::Input(const String & no) throw (GeneralException) : Handle(no.strlen() ? open(no.to_charp(), O_RDONLY) : dup(0)), n(no) { if (GetHandle() < 0) { -- cgit v1.2.3