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();