From a80aa9abc7d254daf9a5c312871467245c8b3f7c Mon Sep 17 00:00:00 2001 From: Ryan Cumming Date: Sat, 28 Dec 2002 00:25:19 +0000 Subject: [PATCH] Compile svn path=/trunk/kdebase/kwin/; revision=196087 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 54e7bf189f..fc34e53a00 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -828,7 +828,7 @@ bool Workspace::destroyClient( Client* c) most_recently_raised = 0; if ( c == should_get_focus ) should_get_focus = 0; - assert( c != active_client ); + Q_ASSERT( c != active_client ); if ( c == last_active_client ) last_active_client = 0; delete c;