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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/appleutility/CAAudioChannelLayout.h b/libs/appleutility/CAAudioChannelLayout.h
index 796f197c3b..5c351c29b5 100644
--- a/libs/appleutility/CAAudioChannelLayout.h
+++ b/libs/appleutility/CAAudioChannelLayout.h
@@ -150,7 +150,7 @@ private:
private:
ACLRefCounter () : mLayout(NULL) { }
- ACLRefCounter(const ACLRefCounter&) : mLayout(NULL) { }
+ ACLRefCounter(const ACLRefCounter& other) : CAReferenceCounted (other), mLayout(NULL) { }
ACLRefCounter& operator=(const ACLRefCounter&) { return *this; }
};