summaryrefslogtreecommitdiff
path: root/Aktywator/Bws.cs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-07-30 00:55:33 +0200
committeremkael <emkael@tlen.pl>2017-07-30 00:57:40 +0200
commitf14238e95bf1a10789585bf7632c5506daecc630 (patch)
tree8008c7d455fa1c4a77de167afb8f731c4170c3d8 /Aktywator/Bws.cs
parentc826889695c08a76c0e4c4f5d8ae126a3eb09ab6 (diff)
Refactoring Tournament as MySQLTournament
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r--Aktywator/Bws.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/Bws.cs b/Aktywator/Bws.cs
index 6a3b394..24e707c 100644
--- a/Aktywator/Bws.cs
+++ b/Aktywator/Bws.cs
@@ -344,7 +344,7 @@ namespace Aktywator
else return 0;
}
- public void syncNames(Tournament tournament, bool interactive, string startRounds)
+ public void syncNames(MySQLTournament tournament, bool interactive, string startRounds)
{
int count = 0, countNew = 0, SKOK_STOLOW = 100;
data d;