summaryrefslogtreecommitdiff
path: root/src/rangemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rangemap.h')
-rw-r--r--src/rangemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rangemap.h b/src/rangemap.h
index e53cbe8..6448e0e 100644
--- a/src/rangemap.h
+++ b/src/rangemap.h
@@ -37,7 +37,7 @@ public:
std::vector<T2> get(T1 at);
private:
- friend class InstrumentParserTest;
+ friend class DOMLoaderTest;
std::multimap<std::pair<T1, T1>, T2> values;
};