Index: head/net-p2p/amule-devel/files/patch-src-ObservableQueue.h =================================================================== --- head/net-p2p/amule-devel/files/patch-src-ObservableQueue.h (nonexistent) +++ head/net-p2p/amule-devel/files/patch-src-ObservableQueue.h (revision 282088) @@ -0,0 +1,20 @@ +--- src/ObservableQueue.h~ ++++ src/ObservableQueue.h +@@ -331,7 +331,7 @@ CObservableQueue::~CObservabl + template + void CObservableQueue::ObserverAdded( ObserverType* o ) + { +- NotifyObservers( EventType( EventType::STARTING ), o ); ++ this->NotifyObservers( EventType( EventType::STARTING ), o ); + } + + +@@ -338,7 +338,7 @@ void CObservableQueue::Observ + template + void CObservableQueue::ObserverRemoved( ObserverType* o ) + { +- NotifyObservers( EventType( EventType::STOPPING ), o ); ++ this->NotifyObservers( EventType( EventType::STOPPING ), o ); + } + + \ No newline at end of file Property changes on: head/net-p2p/amule-devel/files/patch-src-ObservableQueue.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property