removed explicit from copy constructor
This commit is contained in:
parent
076e3d1185
commit
1acdd42fd7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
RefCount();
|
||||
explicit RefCount(Pointer *p);
|
||||
explicit RefCount(RefCount<Pointer> ©);
|
||||
explicit RefCount(const RefCount<Pointer> ©);
|
||||
RefCount(const RefCount<Pointer> ©);
|
||||
~RefCount();
|
||||
RefCount<Pointer> &operator = (const RefCount<Pointer> ©);
|
||||
RefCount<Pointer> &operator = (Pointer *p);
|
||||
|
|
Loading…
Reference in a new issue