From 061e6fa1f1eaf3084d5903dc081b3476566786f8 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 25 May 2016 23:06:04 +0000 Subject: [PATCH] Correct defect in configuration rig invariant enforcement The port type (serial, network, usb, none) was not tracking the rig type. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6703 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.cpp b/Configuration.cpp index 270b57f5c..e37f69fe2 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -489,7 +489,7 @@ private: TransceiverFactory::ParameterPack rig_params_; TransceiverFactory::ParameterPack saved_rig_params_; - bool last_port_type_; + TransceiverFactory::Capabilities::PortType last_port_type_; bool rig_is_dummy_; bool rig_active_; bool have_rig_;