diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-03 09:16:56 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-03 09:16:56 -0400 |
commit | 5e64fd06a6281eb4b7cc0e30b3d8dae62c264603 (patch) | |
tree | e2c937c164bf40a4936a1858a2c1901d46a86fff /indra/newview/lllistcontextmenu.h | |
parent | 9f620efa9dd60c5de6b7ea807d53bba922294726 (diff) |
Not every LLAvatarListUpdater subclass overrides tick().
LLAvatarListUpdater is an LLEventTimer subclass meant to be a base class of
still other subclasses. One would presume that every one of them should
override tick(), since LLAvatarListUpdater::tick() is a no-op that simply asks
to be called again. But making it abstract (=0) produces errors since at least
one subclass does not define its own tick() method. This seems less than
useful, since the specific tick() method is the whole point of deriving from
LLEventTimer, but oh well.
Diffstat (limited to 'indra/newview/lllistcontextmenu.h')
0 files changed, 0 insertions, 0 deletions