We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14489f7 commit dfae569Copy full SHA for dfae569
ext/taglib_base/taglib_base.i
@@ -94,6 +94,7 @@ namespace TagLib {
94
95
%ignore TagLib::List::operator[];
96
%ignore TagLib::List::operator=;
97
+%ignore TagLib::List::operator!=;
98
%include <taglib/tlist.h>
99
100
%include <taglib/tag.h>
ext/taglib_mp4/taglib_mp4.i
@@ -7,7 +7,6 @@
7
#include <taglib/mp4atom.h>
8
%}
9
10
-%ignore TagLib::List::operator!=;
11
%include "../taglib_base/includes.i"
12
%import(module="taglib_base") "../taglib_base/taglib_base.i"
13
0 commit comments