fix a %fragment argument.
This commit is contained in:
parent
88a76de9fe
commit
b8cf6412e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue