mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
patch 2526407
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
//
|
//
|
||||||
// DefaultStrategy.h
|
// DefaultStrategy.h
|
||||||
//
|
//
|
||||||
// $Id: //poco/svn/Foundation/include/Poco/DefaultStrategy.h#2 $
|
// $Id: //poco/Main/Foundation/include/Poco/DefaultStrategy.h#5 $
|
||||||
//
|
//
|
||||||
// Library: Foundation
|
// Library: Foundation
|
||||||
// Package: Events
|
// Package: Events
|
||||||
@@ -79,7 +79,7 @@ public:
|
|||||||
{
|
{
|
||||||
std::vector<Iterator> delMe;
|
std::vector<Iterator> delMe;
|
||||||
|
|
||||||
for (Iterator it = _observers.begin(); it != _observers.end(); it++)
|
for (Iterator it = _observers.begin(); it != _observers.end(); ++it)
|
||||||
{
|
{
|
||||||
if (!(*it)->notify(sender, arguments))
|
if (!(*it)->notify(sender, arguments))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user