all repos — fluxbox @ 956848a58534d55c712e5c5810baf16102f23135

custom fork of the fluxbox windowmanager

forgot return
fluxgen fluxgen
commit

956848a58534d55c712e5c5810baf16102f23135

parent

90dc9ca68083a4a786fa336e7462a274cc06c60e

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

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

@@ -95,6 +95,7 @@ decRefCount();

m_data = p; // set data pointer m_refcount = new unsigned int(0); // create new counter incRefCount(); + return *this; } template <typename Pointer>