summaryrefslogtreecommitdiff
path: root/Lib/csharp/std_map.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/csharp/std_map.i')
-rw-r--r--Lib/csharp/std_map.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/csharp/std_map.i b/Lib/csharp/std_map.i
index 93cfb1e59..e7a910f65 100644
--- a/Lib/csharp/std_map.i
+++ b/Lib/csharp/std_map.i
@@ -269,14 +269,14 @@
}
const key_type& get_next_key(std::map< K, T, C >::iterator *swigiterator) {
- (void)self;
+ (void)$self;
std::map< K, T, C >::iterator iter = *swigiterator;
(*swigiterator)++;
return (*iter).first;
}
void destroy_iterator(std::map< K, T, C >::iterator *swigiterator) {
- (void)self;
+ (void)$self;
delete swigiterator;
}
}