summaryrefslogtreecommitdiff
path: root/indra/llcommon/llmetricperformancetester.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2016-08-31 14:46:03 -0400
committerNat Goodspeed <nat@lindenlab.com>2016-08-31 14:46:03 -0400
commit3e1589709ff005822ddf2c17558b4195fa5e5c81 (patch)
treea67ec5a99b79426aefd9bc0134ed583c54b54421 /indra/llcommon/llmetricperformancetester.h
parentf5ccfff54299becdbff81661622375d319e5ea7b (diff)
MAINT-5232: LLMetricPerformanceTesterBasic::cleanClass->cleanupClass
for consistency with everything else, so we can use SUBSYSTEM_CLEANUP() macro to call it.
Diffstat (limited to 'indra/llcommon/llmetricperformancetester.h')
-rw-r--r--indra/llcommon/llmetricperformancetester.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llmetricperformancetester.h b/indra/llcommon/llmetricperformancetester.h
index 1a18cdf36f..e6b46be1cf 100644
--- a/indra/llcommon/llmetricperformancetester.h
+++ b/indra/llcommon/llmetricperformancetester.h
@@ -156,7 +156,7 @@ public:
/**
* @brief Delete all testers and reset the tester map
*/
- static void cleanClass() ;
+ static void cleanupClass() ;
private:
// Add a tester to the map. Returns false if adding fails.