Skip to content

Commit

Permalink
int32_t const -> const int32_t in dimreductionpreprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 22, 2011
1 parent d32fded commit 706bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/preprocessor/DimensionReductionPreprocessor.h
Expand Up @@ -98,7 +98,7 @@ class CDimensionReductionPreprocessor: public CSimplePreprocessor<float64_t>

public:

static int32_t const AUTO_TARGET_DIM = -1;
static const int32_t AUTO_TARGET_DIM = -1;

protected:

Expand Down

0 comments on commit 706bca0

Please sign in to comment.