Skip to content

Commit

Permalink
QDENGINE: Make an explicit call to the .opeartor()
Browse files Browse the repository at this point in the history
Signed-off-by: kunxl-gg <tiwari.25@iitj.ac.in>
  • Loading branch information
kunxl-gg authored and sev- committed Aug 22, 2024
1 parent 4c10c8d commit 38b901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/qdengine/qdcore/util/ResourceDispatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void ResourceDispatcher::quant() {
user_min = &u;
}
}
if (t_min < _syncro_timer()) {
if (t_min < _syncro_timer.operator()()) {
if (!user_min->quant()) {
debugC(3, kDebugQuant, "ResourceDispatcher::quant() user_min->time = %d", user_min->time);
detach(user_min);
Expand Down

0 comments on commit 38b901a

Please sign in to comment.