Skip to content

Commit 0db0702

Browse files
author
Clement Champetier
committed
Library: added IntVector to SWIG
1 parent 9a6e6bc commit 0db0702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/library.i

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

1010
// Create instantiations of a template classes
1111
%template(Libraries) vector< avtranscoder::Library >;
12+
%template(IntVector) vector< size_t >;
1213
}
1314

1415
%include <AvTranscoder/Library.hpp>

0 commit comments

Comments
 (0)