From 5b7fc9fb146ba7b2bdcb5a93b240faa5d2310d6d Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Tue, 5 May 2015 11:12:40 -0700 Subject: [PATCH] Removed comma at end of enum --- xpcPlugin/DataManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcPlugin/DataManager.h b/xpcPlugin/DataManager.h index 74010d2..9eab1e8 100644 --- a/xpcPlugin/DataManager.h +++ b/xpcPlugin/DataManager.h @@ -133,7 +133,7 @@ namespace XPC DREF_MP4Alt, DREF_MP5Alt, DREF_MP6Alt, - DREF_MP7Alt, + DREF_MP7Alt }; /// Maps X-Plane dataref lines to XPC DREF values.