mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
patch 2526407
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// DefaultStrategy.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/DefaultStrategy.h#2 $
|
||||
// $Id: //poco/Main/Foundation/include/Poco/DefaultStrategy.h#5 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Events
|
||||
@@ -79,7 +79,7 @@ public:
|
||||
{
|
||||
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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user