From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/epos-devel/files/patch-src_nnet_map.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/epos-devel/files/patch-src_nnet_map.h (limited to 'audio/epos-devel/files/patch-src_nnet_map.h') diff --git a/audio/epos-devel/files/patch-src_nnet_map.h b/audio/epos-devel/files/patch-src_nnet_map.h new file mode 100644 index 000000000000..f63601c4ff6c --- /dev/null +++ b/audio/epos-devel/files/patch-src_nnet_map.h @@ -0,0 +1,11 @@ +--- src/nnet/map.h.orig 2004-08-30 22:32:41 UTC ++++ src/nnet/map.h +@@ -25,7 +25,7 @@ T2 & TMap::operator [] (const T1 + else { + TData x; + x.first() = key; +- return insert (x)->second(); ++ return this->insert (x)->second(); + } + } + -- cgit v1.2.3