From 659130950bb158e3d5ae2e009d16c095fe7672c6 Mon Sep 17 00:00:00 2001 From: darkeye Date: Sat, 11 Nov 2000 14:55:31 +0000 Subject: [PATCH] minor bugfix --- darkice/trunk/src/Ref.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/darkice/trunk/src/Ref.h b/darkice/trunk/src/Ref.h index 67666f5..e32b723 100644 --- a/darkice/trunk/src/Ref.h +++ b/darkice/trunk/src/Ref.h @@ -167,7 +167,7 @@ class Ref operator= ( Ref other ) throw ( Exception ) { set( other.object); - return this; + return *this; } /** @@ -274,6 +274,9 @@ class Ref $Source$ $Log$ + Revision 1.3 2000/11/11 14:55:31 darkeye + minor bugfix + Revision 1.2 2000/11/11 12:33:13 darkeye added kdoc-style documentation