From: ehofman Date: Sun, 19 Sep 2004 09:08:12 +0000 (+0000) Subject: Small update for future use. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f479cae698849a06d370f4f343091ba168a0871;p=simgear.git Small update for future use. --- 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,