Fix compile "--enable-final"

svn path=/trunk/kdebase/kwin/; revision=323600
icc-effect-5.14.5
Laurent Montel 2004-06-25 17:36:35 +00:00
parent 81f791fc84
commit a475ba494b
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ void DetectDialog::detect( WId window )
readWindow( window ); readWindow( window );
} }
static QCString getStringProperty(WId w, Atom prop, char separator=0) static QCString getStringProperty(WId w, Atom prop, char separator)
{ {
Atom type; Atom type;
int format, status; int format, status;

View File

@ -161,7 +161,7 @@ class KWinSelectionOwner
}; };
QCString getStringProperty(WId w, Atom prop, char separator=0); static QCString getStringProperty(WId w, Atom prop, char separator=0);
void updateXTime(); void updateXTime();
void grabXServer(); void grabXServer();
void ungrabXServer(); void ungrabXServer();