remove uneeded semicolon

This commit is contained in:
Dane Springmeyer 2011-07-05 23:39:50 +00:00
parent c4fa04cdad
commit 3bbd4b9b3a

View file

@ -37,7 +37,7 @@ static const char *colorizer_mode_strings[] = {
""
};
IMPLEMENT_ENUM( colorizer_mode, colorizer_mode_strings );
IMPLEMENT_ENUM( colorizer_mode, colorizer_mode_strings )
colorizer_stop::colorizer_stop(const float value/* = 0*/, const colorizer_mode mode/* = COLORIZER_INHERIT*/, const color& _color/* = color(0,0,0,0)*/ )