diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-27 13:58:11 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-27 13:58:11 +0100 |
commit | 9fa2447c59f6f0ff44b2127576af91f9b864f7aa (patch) | |
tree | 305e3620f1343c3164cc012d5ce29ecc2e3c082e /indra/newview/llfloatervoiceeffect.h | |
parent | 617a80ee81cd1c8514594854036f6f543a571e95 (diff) |
EXT-7138 WIP Kill the magic column numbers!
Remove hardcoded font selections.
Diffstat (limited to 'indra/newview/llfloatervoiceeffect.h')
-rw-r--r-- | indra/newview/llfloatervoiceeffect.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloatervoiceeffect.h b/indra/newview/llfloatervoiceeffect.h index 2a8330c72a..a3429577bb 100644 --- a/indra/newview/llfloatervoiceeffect.h +++ b/indra/newview/llfloatervoiceeffect.h @@ -54,6 +54,12 @@ public: virtual void onClose(bool app_quitting); private: + enum ColumnIndex + { + NAME_COLUMN = 0, + DATE_COLUMN = 1, + }; + void refreshEffectList(); void updateControls(); |