Remove extra ';'.

svn path=/branches/work/kwin_composite/; revision=649945
icc-effect-5.14.5
Luboš Luňák 2007-04-03 13:18:45 +00:00
parent dd549c3bfe
commit 983df01853
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class Scene::Window
int disable_painting;
mutable QRegion shape_region;
mutable bool shape_valid;
Q_DISABLE_COPY(Window);
Q_DISABLE_COPY(Window)
};
extern Scene* scene;