Fix warning

This commit is contained in:
Montel Laurent 2012-03-02 13:58:39 +01:00
parent e9007b1dfa
commit b8478624aa

View file

@ -315,7 +315,7 @@ public:
/**
* Window will be painted with a lanczos filter.
**/
PAINT_WINDOW_LANCZOS = 1 << 8,
PAINT_WINDOW_LANCZOS = 1 << 8
// PAINT_SCREEN_WITH_TRANSFORMED_WINDOWS_WITHOUT_FULL_REPAINTS = 1 << 9 has been removed
};