From f1c793f7e2148b10610a09a459d9e89b39d2d87b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Mar 2017 13:26:38 +0100 Subject: Fix round-trip preservation of property contexts --- ingen/Properties.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ingen/Properties.hpp') diff --git a/ingen/Properties.hpp b/ingen/Properties.hpp index ef608574..437db874 100644 --- a/ingen/Properties.hpp +++ b/ingen/Properties.hpp @@ -29,9 +29,9 @@ namespace Ingen { class Property : public Atom { public: enum class Graph { - DEFAULT, - EXTERNAL, - INTERNAL + DEFAULT, ///< Default context for "universal" properties + EXTERNAL, ///< Externally visible graph properties + INTERNAL ///< Internally visible graph properties }; Property(const Atom& atom, Graph ctx=Graph::DEFAULT) -- cgit v1.2.1