Skip to content

Commit

Permalink
fix directorkernel init warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Mar 26, 2012
1 parent c2b5c34 commit 0f26327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/kernel/DirectorKernel.h
Expand Up @@ -49,6 +49,7 @@ class CDirectorKernel: public CKernel
*/
virtual bool init(CFeatures* l, CFeatures* r)
{
return false;
}

/** clean up kernel */
Expand Down

0 comments on commit 0f26327

Please sign in to comment.