From 541aa37c791bcf84ed47a2e31357d22be4fd3f22 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 30 Jul 2022 08:25:41 -0400 Subject: [PATCH] Commit the change to the SpecOp enumeration. --- Configuration.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.hpp b/Configuration.hpp index a6f5cdc35..3203fd08d 100644 --- a/Configuration.hpp +++ b/Configuration.hpp @@ -189,8 +189,8 @@ public: bool highlight_DXcall () const; bool highlight_DXgrid () const; -// 0 1 2 3 4 5 6 7 8 - enum class SpecialOperatingActivity {NONE, NA_VHF, EU_VHF, FIELD_DAY, RTTY, WW_DIGI, ARRL_DIGI, FOX, HOUND}; +// 0 1 2 3 4 5 6 7 8 + enum class SpecialOperatingActivity {NONE, NA_VHF, EU_VHF, FIELD_DAY, RTTY, WW_DIGI, FOX, HOUND, ARRL_DIGI}; SpecialOperatingActivity special_op_id () const; struct CalibrationParams