X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/6db80bf969c97136e1d83db775b6f6cb68b2a614..fdec43a4957e03cf120dfe55fb98735fdce21796:/lib/gui/epositiongauge.h diff --git a/lib/gui/epositiongauge.h b/lib/gui/epositiongauge.h index 0fa704c3..49ea3b3c 100644 --- a/lib/gui/epositiongauge.h +++ b/lib/gui/epositiongauge.h @@ -43,7 +43,7 @@ private: bool operator < (const struct cueEntry &o) const { - return what < o.what; + return where < o.where; } cueEntry(const pts_t &where, unsigned int what) : where(where), what(what)