From 2f479cae698849a06d370f4f343091ba168a0871 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 19 Sep 2004 09:08:12 +0000 Subject: [PATCH] Small update for future use. --- simgear/props/props.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5