From 97592c2cf975295b9058e08b5fd9e45b3205ae5c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 21 Jan 2018 18:09:47 +0100 Subject: Fix mismatched struct/class declarations --- ingen/URIMap.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen') 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 urid_unmap_feature() { return _urid_unmap_feature; } private: - friend class URIDMapFeature; - friend class URIDUnMapFeature; + friend struct URIDMapFeature; + friend struct URIDUnMapFeature; SPtr _urid_map_feature; SPtr _urid_unmap_feature; -- cgit v1.2.1