cosmetic
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
T * get () const;
|
||||
T * release ();
|
||||
private:
|
||||
T *p;
|
||||
T * p;
|
||||
// not implemented
|
||||
autoPtrDestroy<T> & operator = ( const autoPtrDestroy<T> & );
|
||||
autoPtrDestroy ( const autoPtrDestroy<T> & );
|
||||
|
||||
Reference in New Issue
Block a user