Fix compilation error in test case (gcc).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff86331dbb
commit
f8cafaf373
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ SWIG_STD_VECTOR_SPECIALIZE(MyClass, MyClass *)
|
|||
class RetsMetadata
|
||||
{
|
||||
public:
|
||||
MyClassVector GetAllResources(int n) const
|
||||
MyClassVector GetAllResources(size_t n) const
|
||||
{
|
||||
return MyClassVector(n, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue