From bc6cd6fa8586ca0d059961719a6a61df5e063971 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Sat, 15 Feb 2003 17:19:27 +0000 Subject: Bad Alex. --- qt/dbus-qthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/dbus-qthread.cpp') diff --git a/qt/dbus-qthread.cpp b/qt/dbus-qthread.cpp index 840f16e2..f85d61e9 100644 --- a/qt/dbus-qthread.cpp +++ b/qt/dbus-qthread.cpp @@ -108,7 +108,7 @@ dbus_qcondvar_new (void) static void dbus_qcondvar_free (DBusCondVar *cond) { - QWaitCondition *cqond = static_cast(mutex); + QWaitCondition *qcond = static_cast(cond); delete qcond; } -- cgit