diff options
Diffstat (limited to 'indra/llinventory/lleconomy.h')
-rw-r--r-- | indra/llinventory/lleconomy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/lleconomy.h b/indra/llinventory/lleconomy.h index 4ac7cb4605..707f4451d1 100644 --- a/indra/llinventory/lleconomy.h +++ b/indra/llinventory/lleconomy.h @@ -47,6 +47,8 @@ public: // become a singleton and this pattern will more easily disambiguate them. typedef LLSingleton<LLGlobalEconomy> Singleton; + void initSingleton() { } + virtual void print(); static void processEconomyData(LLMessageSystem *msg, LLGlobalEconomy* econ_data); |