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