summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker_mac.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-03 09:16:56 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-03 09:16:56 -0400
commit5e64fd06a6281eb4b7cc0e30b3d8dae62c264603 (patch)
treee2c937c164bf40a4936a1858a2c1901d46a86fff /indra/newview/llfilepicker_mac.h
parent9f620efa9dd60c5de6b7ea807d53bba922294726 (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/llfilepicker_mac.h')
0 files changed, 0 insertions, 0 deletions