summaryrefslogtreecommitdiff
path: root/Lib/std
diff options
context:
space:
mode:
authorTakashi Tamura <tamuratak@users.noreply.github.com>2017-01-29 10:56:36 +0900
committerTakashi Tamura <tamuratak@users.noreply.github.com>2017-01-29 10:56:36 +0900
commitb8cf6412e885230d81c23279ca7a154814f57b75 (patch)
treec3ca3e22cc882c00ee266141f60555776fe0284e /Lib/std
parent88a76de9fe3f80331af84ee9d00cf6649b1fbdf3 (diff)
downloadswig-b8cf6412e885230d81c23279ca7a154814f57b75.tar.gz
fix a %fragment argument.
Diffstat (limited to 'Lib/std')
-rw-r--r--Lib/std/std_unordered_multiset.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/std/std_unordered_multiset.i b/Lib/std/std_unordered_multiset.i
index c0ada7e71..50acb9dd7 100644
--- a/Lib/std/std_unordered_multiset.i
+++ b/Lib/std/std_unordered_multiset.i
@@ -62,7 +62,7 @@ namespace std {
%fragment(SWIG_Traits_frag(std::unordered_multiset< _Key, _Hash, _Compare, _Alloc >), "header",
fragment=SWIG_Traits_frag(_Key),
- fragment="StdMultisetTraits") {
+ fragment="StdUnorderedMultisetTraits") {
namespace swig {
template <> struct traits<std::unordered_multiset< _Key, _Hash, _Compare, _Alloc > > {
typedef pointer_category category;