From 980146de966d9041fd519f7fced13fd38a62079c Mon Sep 17 00:00:00 2001 From: Mike Brashler Date: Tue, 10 Sep 2024 00:15:03 -0700 Subject: [PATCH] Fix compile error - error introduced when renaming LIST.pas to DXCC.pas --- ArrlSS.pas | 2 +- Test/UnitTests.dproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ArrlSS.pas b/ArrlSS.pas index ef9324b..08b2917 100644 --- a/ArrlSS.pas +++ b/ArrlSS.pas @@ -66,7 +66,7 @@ implementation PerlRegEx, // for regular expression support Ini, // for ActiveContest ArrlSections, // SectionsTbl - ARRL; + DXCC; function TSweepstakes.LoadCallHistory(const AUserCallsign : string) : boolean; const diff --git a/Test/UnitTests.dproj b/Test/UnitTests.dproj index 076e330..5600657 100644 --- a/Test/UnitTests.dproj +++ b/Test/UnitTests.dproj @@ -4,7 +4,7 @@ 19.5 None True - Debug + Release Win32 1 Console @@ -89,13 +89,13 @@ - - - + + + Base