diff --git a/Source/core/TextStreamRedirectType.h b/Source/core/TextStreamRedirectType.h index 37417d1dc..fee1301d8 100644 --- a/Source/core/TextStreamRedirectType.h +++ b/Source/core/TextStreamRedirectType.h @@ -175,7 +175,7 @@ namespace Core { public: void Register(ReaderImplementation& source) { _adminLock.Lock(); - typename Implementations::iterator entry(std::find(_resources.begin(), _resources.end(), &source); + typename Implementations::iterator entry(std::find(_resources.begin(), _resources.end(), &source)); ASSERT(entry == _resources.end()); if (entry == _resources.end()) { _resources.push_back(&source);