From 75029e652b5f4d34e3f14cb038419a643306203c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 22 Apr 2004 16:52:24 +0000 Subject: [PATCH] *cough* svn path=/trunk/kdebase/kwin/; revision=305634 --- activation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activation.cpp b/activation.cpp index b040b7b62c..dc6413e9ae 100644 --- a/activation.cpp +++ b/activation.cpp @@ -353,7 +353,7 @@ void Workspace::takeActivity( Client* c, int flags, bool handled ) c->takeActivity( flags, handled, Allowed ); } -void Workspace::handleTakeActivity( Client* c, /*Time timestamp*/, int flags ) +void Workspace::handleTakeActivity( Client* c, Time /*timestamp*/, int flags ) { if( pending_take_activity != c ) // pending_take_activity is reset when doing restack or activation return;