diff options
Diffstat (limited to 'ingen/Forge.hpp')
-rw-r--r-- | ingen/Forge.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp index 8e7df926..e92a9501 100644 --- a/ingen/Forge.hpp +++ b/ingen/Forge.hpp @@ -33,6 +33,9 @@ public: explicit Forge(URIMap& map); std::string str(const Raul::Atom& atom); + +private: + URIMap& _map; }; } // namespace Ingen |