fixed min/max problem

This commit is contained in:
Andreas Fabri 2006-08-17 09:11:49 +00:00
parent f629f5703e
commit 07986b2fc5
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public:
{
if (!XS.empty()) {
// event is set at end of loop and in init
event = XS.min();
event = (XS.min)();
p_sweep = XS.key(event);
return true;
}