From 3482e99a193c085f89edaaf0b12402bb1f740818 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sat, 18 May 2002 06:41:41 +0000 Subject: [PATCH] and now make "newer" *cough*redhat*cough* -v's of gcc shut up svn path=/trunk/kdebase/kwin/; revision=156077 --- clients/keramik/keramik.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/keramik/keramik.cpp b/clients/keramik/keramik.cpp index 38a0e90179..68e6cbacb2 100644 --- a/clients/keramik/keramik.cpp +++ b/clients/keramik/keramik.cpp @@ -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(buttonDecos[i]) ); + flip( reinterpret_cast(buttonDecos)[i] ); } readConfig();