Skip to content

Commit

Permalink
fix csharp compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed May 13, 2012
1 parent 4851ff0 commit a108880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/modular/modshogun_ignores.i
Expand Up @@ -11,7 +11,7 @@
%ignore unref;

#ifdef SWIGCSHARP
%ignore shogun::CKernelMachine::CKernelMachine(CKernel* k, const SGVector<float64_t>& alphas, const SGVector<int32_t>& svs, float64_t b);
%ignore shogun::CKernelMachine::CKernelMachine(CKernel* k, const SGVector<float64_t> alphas, const SGVector<int32_t> svs, float64_t b);
#endif

%ignore cleanup;
Expand Down

0 comments on commit a108880

Please sign in to comment.