]> git.mxchange.org Git - simgear.git/commitdiff
Small update for future use.
authorehofman <ehofman>
Sun, 19 Sep 2004 09:08:12 +0000 (09:08 +0000)
committerehofman <ehofman>
Sun, 19 Sep 2004 09:08:12 +0000 (09:08 +0000)
simgear/props/props.hxx

index a042c61d4b66249acbbf9b0adf7ffe1284e2fdb2..a08d6ffa9ca2f4d6a87b3af8fc027bcb735168ce 100644 (file)
@@ -561,7 +561,7 @@ public:
    * Property value types.
    */
   enum Type {
-    NONE,
+    NONE = 0,
     ALIAS,
     BOOL,
     INT,