summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
Diffstat (limited to 'src/context')
-rw-r--r--src/context/cdqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdqueue.h b/src/context/cdqueue.h
index f84b66349..d733e0b1c 100644
--- a/src/context/cdqueue.h
+++ b/src/context/cdqueue.h
@@ -122,7 +122,7 @@ public:
// Some elements have been enqueued and dequeued in the same
// context and now the queue is empty we can destruct them.
CDList<T>::truncateList(d_lastsave);
- Assert(d_size == d_lastsave);
+ Assert(CDList<T>::d_size == d_lastsave);
d_iter = d_lastsave;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback