diff options
author | emkael <emkael@tlen.pl> | 2017-07-30 00:55:33 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-30 00:57:40 +0200 |
commit | f14238e95bf1a10789585bf7632c5506daecc630 (patch) | |
tree | 8008c7d455fa1c4a77de167afb8f731c4170c3d8 /Aktywator/Bws.cs | |
parent | c826889695c08a76c0e4c4f5d8ae126a3eb09ab6 (diff) |
Refactoring Tournament as MySQLTournament
Diffstat (limited to 'Aktywator/Bws.cs')
-rw-r--r-- | Aktywator/Bws.cs | 2 |
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; |