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/llagentwearablesfetch.h | |
parent | cec9bce226f6f8645de5796032dd97829c463232 (diff) |
Cleanup
Diffstat (limited to 'indra/newview/llagentwearablesfetch.h')
-rw-r--r-- | indra/newview/llagentwearablesfetch.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llagentwearablesfetch.h b/indra/newview/llagentwearablesfetch.h index 72063114b8..1d0c6739ba 100644 --- a/indra/newview/llagentwearablesfetch.h +++ b/indra/newview/llagentwearablesfetch.h @@ -100,11 +100,11 @@ public: LLUUID mMyOutfitsID; void importedFolderFetch(); protected: - void folderDone(void); - void outfitsDone(void); - void libraryDone(void); - void importedFolderDone(void); - void contentsDone(void); + void folderDone(); + void outfitsDone(); + void libraryDone(); + void importedFolderDone(); + void contentsDone(); enum ELibraryOutfitFetchStep mCurrFetchStep; uuid_vec_t mLibraryClothingFolders; uuid_vec_t mImportedClothingFolders; |