and now make "newer" *cough*redhat*cough* -v's of gcc shut up

svn path=/trunk/kdebase/kwin/; revision=156077
This commit is contained in:
Aaron J. Seigo 2002-05-18 06:41:41 +00:00
parent 4f5f20fadd
commit 3482e99a19

View file

@ -165,7 +165,7 @@ KeramikHandler::KeramikHandler()
// Flip the bitmaps horizontally in right-to-left mode
if ( QApplication::reverseLayout() ) {
for ( int i = 0; i < NumButtonDecos; i++ )
flip( static_cast<QPixmap*&>(buttonDecos[i]) );
flip( reinterpret_cast<QPixmap**>(buttonDecos)[i] );
}
readConfig();