diff --git a/simgear/props/props.hxx b/simgear/props/props.hxx index a042c61d..a08d6ffa 100644 --- a/simgear/props/props.hxx +++ b/simgear/props/props.hxx @@ -561,7 +561,7 @@ public: * Property value types. */ enum Type { - NONE, + NONE = 0, ALIAS, BOOL, INT,