Fix compile "--enable-final"
svn path=/trunk/kdebase/kwin/; revision=323600
This commit is contained in:
parent
81f791fc84
commit
a475ba494b
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ void DetectDialog::detect( WId window )
|
|||
readWindow( window );
|
||||
}
|
||||
|
||||
static QCString getStringProperty(WId w, Atom prop, char separator=0)
|
||||
static QCString getStringProperty(WId w, Atom prop, char separator)
|
||||
{
|
||||
Atom type;
|
||||
int format, status;
|
||||
|
|
2
utils.h
2
utils.h
|
@ -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 grabXServer();
|
||||
void ungrabXServer();
|
||||
|
|
Loading…
Reference in a new issue