Remove extra comma at the end of enum list

It fails compilerwarnings test.

Reviewed-by: TrustMe
(cherry picked from commit 1e847c00dcf4948b8892d0a552576e1d3ea554b9)
bb10
Jiang Jiang 2011-04-20 10:19:02 +02:00
parent 0d32728af2
commit d623257584
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public:
};
enum MoveStyle {
Logical,
Visual,
Visual
};
void setPosition(int pos, MoveMode mode = MoveAnchor);