minor bugfix
This commit is contained in:
parent
469ff7b60c
commit
659130950b
|
@ -167,7 +167,7 @@ class Ref
|
||||||
operator= ( Ref<T> other ) throw ( Exception )
|
operator= ( Ref<T> other ) throw ( Exception )
|
||||||
{
|
{
|
||||||
set( other.object);
|
set( other.object);
|
||||||
return this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -274,6 +274,9 @@ class Ref
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.3 2000/11/11 14:55:31 darkeye
|
||||||
|
minor bugfix
|
||||||
|
|
||||||
Revision 1.2 2000/11/11 12:33:13 darkeye
|
Revision 1.2 2000/11/11 12:33:13 darkeye
|
||||||
added kdoc-style documentation
|
added kdoc-style documentation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue