Skip to content
Snippets Groups Projects
Commit 6a82ff08 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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.
parent d15ec90b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment