diff options
Diffstat (limited to 'indra/newview/llwearablelist.cpp')
-rw-r--r-- | indra/newview/llwearablelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearablelist.cpp b/indra/newview/llwearablelist.cpp index 7678727e58..a32c43302d 100644 --- a/indra/newview/llwearablelist.cpp +++ b/indra/newview/llwearablelist.cpp @@ -43,7 +43,7 @@ #include "llnotify.h" // Globals -LLWearableList gWearableList; +LLWearableList gWearableList; // Globally constructed; be careful that there's no dependency with gAgent. struct LLWearableArrivedData |