ports/audio/epos-devel/files/patch-src_nnet_map.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
246 B
C

--- src/nnet/map.h.orig 2004-08-30 22:32:41 UTC
+++ src/nnet/map.h
@@ -25,7 +25,7 @@ T2 & TMap<T1,T2>::operator [] (const T1
else {
TData x;
x.first() = key;
- return insert (x)->second();
+ return this->insert (x)->second();
}
}