Skip to content

Commit

Permalink
Fixed bug reported in #561
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 31, 2012
1 parent 018e453 commit 13789b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/features/DirectorDotFeatures.h
Expand Up @@ -23,7 +23,7 @@ namespace shogun
{
/** @brief DirectorDotFeatures that support dot products among other operations and can be overloaded in modular interfaces.
*/
class CDirectorDotFeatures : public CDotFeatures
IGNORE_IN_CLASSLIST class CDirectorDotFeatures : public CDotFeatures
{
public:

Expand Down

0 comments on commit 13789b0

Please sign in to comment.