From 0207edfdbda1786599ab105befcdf3b1fd2a0930 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 18 Feb 2003 23:46:13 +0000 Subject: [PATCH] cosmetic --- src/ca/autoPtrDestroy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/autoPtrDestroy.h b/src/ca/autoPtrDestroy.h index a59cf7939..f11ef6477 100644 --- a/src/ca/autoPtrDestroy.h +++ b/src/ca/autoPtrDestroy.h @@ -38,7 +38,7 @@ public: T * get () const; T * release (); private: - T *p; + T * p; // not implemented autoPtrDestroy & operator = ( const autoPtrDestroy & ); autoPtrDestroy ( const autoPtrDestroy & );