summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2019-01-04 14:03:02 -0800
committerRider Linden <rider@lindenlab.com>2019-01-04 14:03:02 -0800
commite9a2e8f88c67685ea6b894e8a4ae289067d0bfb7 (patch)
tree068d5ff0094be1f429fe20d904aba159933e614d /indra/newview
parent1ee1a086ce5e771d0f0d1c1104bd46b7745f1d7d (diff)
Added new LLSINGLETON macro that includes override keyword.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llestateinfomodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llestateinfomodel.h b/indra/newview/llestateinfomodel.h
index 85f9f91d86..2c89a85500 100644
--- a/indra/newview/llestateinfomodel.h
+++ b/indra/newview/llestateinfomodel.h
@@ -41,7 +41,7 @@ class LLViewerRegion;
*/
class LLEstateInfoModel : public LLSingleton<LLEstateInfoModel>
{
- LLSINGLETON(LLEstateInfoModel);
+ LLSINGLETON_C11(LLEstateInfoModel);
LOG_CLASS(LLEstateInfoModel);
public: