diff options
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r-- | ingen/Resource.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index c9bbc2ab..025a963f 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -158,7 +158,7 @@ public: */ static bool type(const URIs& uris, const Properties& properties, - bool& patch, + bool& graph, bool& block, bool& port, bool& is_output); |