summaryrefslogtreecommitdiff
path: root/devel/libopkele/files/patch-include_opkele_discovery.h
blob: 03af6a81da90188ad43b8c6bc197fe024673d555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/opkele/discovery.h.orig	2008-06-25 20:50:26.000000000 +0000
+++ include/opkele/discovery.h
@@ -21,7 +21,7 @@ namespace opkele {
 		public:
 
 		    inline _DT& add(long priority,const _DT& d) {
-			return insert(typename map_type::value_type(priority,d))->second;
+			return this->insert(typename map_type::value_type(priority,d))->second;
 		    }
 
 		    bool has_value(const _DT& d) const {