Default values for constructor parameters

If you set a default value for a constructor parameter, JUCER set’s this value in both the declaration and the implementation, witch causes compiler errors (re-declaration). It would be nice if it was only in the declaration.

Thanks, good point!