remove uneeded semicolon
This commit is contained in:
parent
c4fa04cdad
commit
3bbd4b9b3a
1 changed files with 1 additions and 1 deletions
|
@ -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)*/ )
|
||||
|
|
Loading…
Reference in a new issue