Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for GCArray
  • Loading branch information
lisitsyn committed Aug 23, 2011
1 parent bc4d5de commit a3f2933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/lib/GCArray.h
Expand Up @@ -16,7 +16,7 @@

namespace shogun
{
define IGNORE_IN_CLASSLIST
#define IGNORE_IN_CLASSLIST
/** @brief Template class GCArray implements a garbage collecting static array
*
* This array is meant to be used for Shogun Objects (CSGObject) only, as it
Expand All @@ -25,7 +25,7 @@ define IGNORE_IN_CLASSLIST
* elements).
*
* */
#IGNORE_IN_CLASSLIST template <class T> class CGCArray : public CSGObject
IGNORE_IN_CLASSLIST template <class T> class CGCArray : public CSGObject
{
public:
/** default constructor */
Expand Down

0 comments on commit a3f2933

Please sign in to comment.