Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix compile error in java modular
  • Loading branch information
Soeren Sonnenburg committed May 11, 2012
1 parent 39b064e commit 011dec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/modular/Library.i
Expand Up @@ -37,6 +37,8 @@
%include <shogun/lib/SGNDArray.h>
namespace shogun
{
SERIALIZABLE_DUMMY(SGReferencedData);

#ifdef USE_BOOL
%template(BoolSparseVector) SGSparseVector<bool>;
SERIALIZABLE_DUMMY(SGSparseVector<bool>);
Expand Down

0 comments on commit 011dec1

Please sign in to comment.