diff options
author | Zack Rusin <zack@kde.org> | 2003-02-15 17:19:27 +0000 |
---|---|---|
committer | Zack Rusin <zack@kde.org> | 2003-02-15 17:19:27 +0000 |
commit | bc6cd6fa8586ca0d059961719a6a61df5e063971 (patch) | |
tree | 71b7596ec2ded772ea09fc9b4f800acbfc4a5b0c /qt | |
parent | 2aa38be20b015777ec6570d1e2fd7e072f5f3be9 (diff) |
Bad Alex.
Diffstat (limited to 'qt')
-rw-r--r-- | qt/dbus-qthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<QMutex*>(mutex); + QWaitCondition *qcond = static_cast<QWaitCondition*>(cond); delete qcond; } |