From c0ff32ca37bfc2f3c50efea278741b7aefc2e91b Mon Sep 17 00:00:00 2001 From: sc Date: Fri, 22 Dec 2000 09:31:11 +0000 Subject: Removed spurious semi-colon --- dnn/Disposable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnn/Disposable.cc') diff --git a/dnn/Disposable.cc b/dnn/Disposable.cc index 041931b..de47ac8 100755 --- a/dnn/Disposable.cc +++ b/dnn/Disposable.cc @@ -63,7 +63,7 @@ void IvlDisposable :: Trash () { Garbage.Append (this); -}; +} /*? Delete all the instances which are in the garbage list. -- cgit v1.1