diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-02 09:54:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-04-02 09:54:29 -0400 |
commit | a3ba5836f0b24a0b2c3aeff3b97bb88a133ea69c (patch) | |
tree | ea219a642293dc32a5b5b7dc7697d6017ca57dff /indra/newview/llagentwearables.h | |
parent | cec9bce226f6f8645de5796032dd97829c463232 (diff) |
Cleanup
Diffstat (limited to 'indra/newview/llagentwearables.h')
-rw-r--r-- | indra/newview/llagentwearables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.h b/indra/newview/llagentwearables.h index 652ffd4587..1ada9e1006 100644 --- a/indra/newview/llagentwearables.h +++ b/indra/newview/llagentwearables.h @@ -174,7 +174,7 @@ public: // Should only be called if we *know* we've never done so before, since users may // not want the Library outfits to stay in their quick outfit selector and can delete them. - void populateMyOutfitsFolder(void); + void populateMyOutfitsFolder(); private: void makeNewOutfitDone(S32 type, U32 index); |