removed explicit from copy constructor
fluxgen fluxgen
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/FbTk/RefCount.hh
→
src/FbTk/RefCount.hh
@@ -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);