summaryrefslogtreecommitdiff
path: root/libs/appleutility/CAAudioChannelLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/appleutility/CAAudioChannelLayout.h')
-rw-r--r--libs/appleutility/CAAudioChannelLayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/appleutility/CAAudioChannelLayout.h b/libs/appleutility/CAAudioChannelLayout.h
index 8f995b8614..796f197c3b 100644
--- a/libs/appleutility/CAAudioChannelLayout.h
+++ b/libs/appleutility/CAAudioChannelLayout.h
@@ -150,8 +150,8 @@ private:
private:
ACLRefCounter () : mLayout(NULL) { }
- ACLRefCounter(const ACLRefCounter& c) : mLayout(NULL) { }
- ACLRefCounter& operator=(const ACLRefCounter& c) { return *this; }
+ ACLRefCounter(const ACLRefCounter&) : mLayout(NULL) { }
+ ACLRefCounter& operator=(const ACLRefCounter&) { return *this; }
};
ACLRefCounter *mLayoutHolder;