-
- Downloads
MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
Showing
- indra/llinventory/lleconomy.h 1 addition, 6 deletionsindra/llinventory/lleconomy.h
- indra/newview/llassetuploadresponders.cpp 3 additions, 3 deletionsindra/newview/llassetuploadresponders.cpp
- indra/newview/llfloaterbvhpreview.cpp 1 addition, 1 deletionindra/newview/llfloaterbvhpreview.cpp
- indra/newview/llfloaternamedesc.cpp 2 additions, 2 deletionsindra/newview/llfloaternamedesc.cpp
- indra/newview/llpanelmaininventory.cpp 1 addition, 1 deletionindra/newview/llpanelmaininventory.cpp
- indra/newview/llpanelsnapshotinventory.cpp 1 addition, 1 deletionindra/newview/llpanelsnapshotinventory.cpp
- indra/newview/llpanelsnapshotoptions.cpp 3 additions, 3 deletionsindra/newview/llpanelsnapshotoptions.cpp
- indra/newview/llsnapshotlivepreview.cpp 1 addition, 1 deletionindra/newview/llsnapshotlivepreview.cpp
- indra/newview/llviewermenu.cpp 1 addition, 1 deletionindra/newview/llviewermenu.cpp
- indra/newview/llviewermenufile.cpp 2 additions, 2 deletionsindra/newview/llviewermenufile.cpp
- indra/newview/llviewermessage.cpp 2 additions, 2 deletionsindra/newview/llviewermessage.cpp
Loading
Please register or sign in to comment