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:
parent
4f5f20fadd
commit
3482e99a19
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ KeramikHandler::KeramikHandler()
|
||||||
// Flip the bitmaps horizontally in right-to-left mode
|
// Flip the bitmaps horizontally in right-to-left mode
|
||||||
if ( QApplication::reverseLayout() ) {
|
if ( QApplication::reverseLayout() ) {
|
||||||
for ( int i = 0; i < NumButtonDecos; i++ )
|
for ( int i = 0; i < NumButtonDecos; i++ )
|
||||||
flip( static_cast<QPixmap*&>(buttonDecos[i]) );
|
flip( reinterpret_cast<QPixmap**>(buttonDecos)[i] );
|
||||||
}
|
}
|
||||||
|
|
||||||
readConfig();
|
readConfig();
|
||||||
|
|
Loading…
Reference in a new issue