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:
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;