From e37e0d1bcf37d7c89bdf983083aedd7df7b3a951 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sat, 16 Jan 2016 15:48:50 -0600 Subject: [PATCH] New log class for TerraSync --- src/Main/fg_props.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 501a59592..43b3228cb 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -77,6 +77,7 @@ LogClassMapping log_class_mappings [] = { LogClassMapping(SG_SOUND, "sound"), LogClassMapping(SG_NAVAID, "navaid"), LogClassMapping(SG_GUI, "gui"), + LogClassMapping(SG_TERRASYNC, "terrasync"), LogClassMapping(SG_UNDEFD, "") }; -- 2.39.5