summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index fc402c2c..90c5f0ac 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -84,8 +84,8 @@ public:
SPtr<URIDUnmapFeature> urid_unmap_feature() { return _urid_unmap_feature; }
private:
- friend class URIDMapFeature;
- friend class URIDUnMapFeature;
+ friend struct URIDMapFeature;
+ friend struct URIDUnMapFeature;
SPtr<URIDMapFeature> _urid_map_feature;
SPtr<URIDUnmapFeature> _urid_unmap_feature;