Fixup c25b009
(use reference in pre-child loop)
This commit is contained in:
parent
6eab63a71d
commit
627d4f825f
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ inline bool fire_event(const ui_event event,
|
|||
bool halt = false;
|
||||
|
||||
/***** ***** ***** Pre ***** ***** *****/
|
||||
for(auto ritor_widget : boost::adaptors::reverse(event_chain)) {
|
||||
for(auto& ritor_widget : boost::adaptors::reverse(event_chain)) {
|
||||
|
||||
dispatcher::signal_type<T>& signal
|
||||
= dispatcher_implementation::event_signal<T>(
|
||||
|
|
Loading…
Add table
Reference in a new issue