diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-21 14:05:31 +0200 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2010-09-21 14:05:31 +0200 |
commit | 36253ae8bf1ca6dd53b747a4da87a5008f61c697 (patch) | |
tree | 5f0639512bdefa7c01fa84476a2968b564de71ac /indra/newview/llfolderview.h | |
parent | 136029821ca37dbe7d7707a0fb0422612a31bae6 (diff) |
fixed some whitespace errors in files touched by STORM-162
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index f9c48c3ca7..66ab4ce5eb 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -150,7 +150,7 @@ public: void setSelectionByID(const LLUUID& obj_id, BOOL take_keyboard_focus); // Called once a frame to update the selection if mSelectThisID has been set - void updateSelection(); + void updateSelection(); // This method is used to toggle the selection of an item. Walks // children, and keeps track of selected objects. |