all repos — fluxbox @ 1acdd42fd70edb734a5e8c99f091febf76bbd087

custom fork of the fluxbox windowmanager

removed explicit from copy constructor
fluxgen fluxgen
commit

1acdd42fd70edb734a5e8c99f091febf76bbd087

parent

076e3d11854913b33e3a2822e5c81981e9cff37f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/FbTk/RefCount.hhsrc/FbTk/RefCount.hh

@@ -31,7 +31,7 @@ public:

RefCount(); explicit RefCount(Pointer *p); explicit RefCount(RefCount<Pointer> &copy); - explicit RefCount(const RefCount<Pointer> &copy); + RefCount(const RefCount<Pointer> &copy); ~RefCount(); RefCount<Pointer> &operator = (const RefCount<Pointer> &copy); RefCount<Pointer> &operator = (Pointer *p);