diff options
-rw-r--r-- | ingen/URIMap.hpp | 4 |
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; |