X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fmarker_beacon.hxx;h=cb82eea5caab42692ce10f47cad6f7ad5086e2b2;hb=43880b201cea2b120fefd99696ae0b43227358dc;hp=773542630d2039cb0ffcd9d69a5b553d5b38c857;hpb=095efc1fcf88dd8ddad5f8c6698e702e26cc5b44;p=flightgear.git diff --git a/src/Instrumentation/marker_beacon.hxx b/src/Instrumentation/marker_beacon.hxx index 773542630..cb82eea5c 100644 --- a/src/Instrumentation/marker_beacon.hxx +++ b/src/Instrumentation/marker_beacon.hxx @@ -76,10 +76,10 @@ class FGMarkerBeacon : public SGSubsystem public: enum fgMkrBeacType { - NOBEACON = 0, - INNER, - MIDDLE, - OUTER + NOBEACON = 0, + INNER, + MIDDLE, + OUTER }; FGMarkerBeacon(SGPropertyNode *node);