Skip to content

Commit 9a6e6bc

Browse files
author
Clement Champetier
committed
Option: fixed IntPair for SWIG
1 parent 0f25422 commit 9a6e6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/option.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace std {
99

1010
// Create instantiations of a template classes
1111
%template(OptionArray) vector< avtranscoder::Option >;
12-
%template(IntPair) pair< size_t, size_t >;
12+
%template(IntPair) pair< int, int >;
1313
}
1414

1515
%include <AvTranscoder/Option.hpp>

0 commit comments

Comments
 (0)