all repos — fluxbox @ 22fa5f544b35b5022769e0d244a3b7ec13f0e8c5

custom fork of the fluxbox windowmanager

bugfix: added missing 'virtual' keyword, otherwise fluxbox crashes with 'pure virtual method called'
Mathias Gumz akira at fluxbox dot org
commit

22fa5f544b35b5022769e0d244a3b7ec13f0e8c5

parent

a443d461173e0ccf31b012117b13c65ea615648b

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

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

@@ -274,7 +274,7 @@ }

protected: - void disconnect(SigImpl::SignalHolder& signal) { + virtual void disconnect(SigImpl::SignalHolder& signal) { m_connections.erase(&signal); }