summaryrefslogtreecommitdiff
path: root/anyrtpproxy/portWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'anyrtpproxy/portWindow.h')
-rw-r--r--anyrtpproxy/portWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/anyrtpproxy/portWindow.h b/anyrtpproxy/portWindow.h
index 85867ff..c97e94f 100644
--- a/anyrtpproxy/portWindow.h
+++ b/anyrtpproxy/portWindow.h
@@ -53,7 +53,7 @@ public:
private:
u_int16_t start_port_;
u_int16_t end_port_;
- Mutex mutex_;
+ ::Mutex mutex_;
PortSet ports_;
PortWindow(const PortWindow &s);