diff options
| author | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-03-01 14:07:55 -0800 |
|---|---|---|
| committer | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-03-01 14:07:55 -0800 |
| commit | 88de325b36b92aafc1b12aed4617c73c01218b43 (patch) | |
| tree | b6bbe4dfd25e6b31895c1b6e206acf8cc6150d5a /indra/newview/tests/llsechandler_basic_test.cpp | |
| parent | 59a0c687807e2a4293708f263f1c8eca2dd86b8f (diff) | |
Fix integration tests broken by instancetracker changes
Diffstat (limited to 'indra/newview/tests/llsechandler_basic_test.cpp')
| -rw-r--r-- | indra/newview/tests/llsechandler_basic_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/llsechandler_basic_test.cpp b/indra/newview/tests/llsechandler_basic_test.cpp index 0235400976..814010028f 100644 --- a/indra/newview/tests/llsechandler_basic_test.cpp +++ b/indra/newview/tests/llsechandler_basic_test.cpp @@ -69,7 +69,7 @@ extern bool _cert_hostname_wildcard_match(const std::string& hostname, const std std::string gFirstName; std::string gLastName; 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, |
