Skip to content

Commit

Permalink
Not sure how this cast ever worked!
Browse files Browse the repository at this point in the history
  • Loading branch information
rmc47 committed May 8, 2019
1 parent 52b683e commit 7f2dd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Controller()
//WinKey = new WinKey("COM17");
CWMacro = new CWMacro(null);
if (Radio is IWinKey)
CWMacro.WinKey = (WinKey)Radio;
CWMacro.WinKey = (IWinKey)Radio;
else
CWMacro.WinKey = WinKey;
}
Expand Down

0 comments on commit 7f2dd7b

Please sign in to comment.