Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2013-06-30 14:32:46 +0400
committerKissaki <kissaki@gmx.de>2013-06-30 17:14:52 +0400
commitac65b31a2c03f8897e3127753ba32189d891cb45 (patch)
tree73329e37f96e32142abcb6e444cd6fe36d28cede /src/Net.h
parentbf5927ee8d9cab50e0fec8e7f3747626fb71de4b (diff)
Banlist: PR commit adjustments
* Use localeAwareCompare for string username comparison * Code improvements * Textual changes
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Net.h b/src/Net.h
index ecf11ccb5..636674da5 100644
--- a/src/Net.h
+++ b/src/Net.h
@@ -60,7 +60,7 @@ struct HostAddress {
bool operator < (const HostAddress &) const;
bool operator == (const HostAddress &) const;
- bool match(const HostAddress &, int) const;
+ bool match(const HostAddress &, int bits) const;
QString toString() const;