diff --git a/src/shogun/io/LibSVMFile.h b/src/shogun/io/LibSVMFile.h index 692d3045d00..ab5f15b7501 100644 --- a/src/shogun/io/LibSVMFile.h +++ b/src/shogun/io/LibSVMFile.h @@ -13,7 +13,6 @@ #define __LIBSVMFILE_H__ #include - #include namespace shogun @@ -56,6 +55,7 @@ class CLibSVMFile : public CFile /** destructor */ virtual ~CLibSVMFile(); +#ifndef SWIG // SWIG should skip this part /** @name Vector Access Functions * * Functions to access vectors of one of the several base data types. @@ -535,6 +535,7 @@ class CLibSVMFile : public CFile virtual void set_string_list( const SGString* strings, int32_t num_str) { }; //@} +#endif // #ifndef SWIG // SWIG should skip this part virtual const char* get_name() const { return "LibSVMFile"; }