Skip to content

Commit

Permalink
add missing friend 'class' Foo to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 20, 2012
1 parent d6cc3eb commit 732f288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/classifier/svm/SVM.h
Expand Up @@ -265,7 +265,7 @@ class CSVM : public CKernelMachine
* function */
CMKL* mkl;

friend CMulticlassSVM;
friend class CMulticlassSVM;
};
}
#endif

0 comments on commit 732f288

Please sign in to comment.