summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llsecapi_test.cpp
diff options
context:
space:
mode:
authorGraham Madarasz (Graham) <graham@lindenlab.com>2013-03-01 14:07:55 -0800
committerGraham Madarasz (Graham) <graham@lindenlab.com>2013-03-01 14:07:55 -0800
commit88de325b36b92aafc1b12aed4617c73c01218b43 (patch)
treeb6bbe4dfd25e6b31895c1b6e206acf8cc6150d5a /indra/newview/tests/llsecapi_test.cpp
parent59a0c687807e2a4293708f263f1c8eca2dd86b8f (diff)
Fix integration tests broken by instancetracker changes
Diffstat (limited to 'indra/newview/tests/llsecapi_test.cpp')
-rw-r--r--indra/newview/tests/llsecapi_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llsecapi_test.cpp b/indra/newview/tests/llsecapi_test.cpp
index 703603e2db..83a4149971 100644
--- a/indra/newview/tests/llsecapi_test.cpp
+++ b/indra/newview/tests/llsecapi_test.cpp
@@ -37,7 +37,7 @@
// Mock objects for the dependencies of the code we're testing
LLControlGroup::LLControlGroup(const std::string& name)
-: LLInstanceTracker<LLControlGroup, std::string>(name) {}
+: INSTANCE_TRACKER_KEYED(LLControlGroup, std::string)(name) {}
LLControlGroup::~LLControlGroup() {}
BOOL LLControlGroup::declareString(const std::string& name,
const std::string& initial_val,