From 2f54cf26a9d4d626879bd87d5f9f6d0a5480aecf Mon Sep 17 00:00:00 2001 From: Router Gray Date: Sun, 14 Jul 2019 01:06:47 -0500 Subject: [PATCH] Make gcc happy, silence 'changed meaning' warning. --- indra/llcommon/llindexedvector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llindexedvector.h b/indra/llcommon/llindexedvector.h index aa950eeb5..7e59f820f 100644 --- a/indra/llcommon/llindexedvector.h +++ b/indra/llcommon/llindexedvector.h @@ -189,7 +189,7 @@ public: } } - typedef DeletePointer DeletePointer; + typedef ::DeletePointer DeletePointer; }; template