fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / appleutility / CAAudioChannelLayout.h
index 796f197c3b786f55c2affe1da9e00eb79611b0c8..5c351c29b5223337aa896b0ad1364606451cdda5 100644 (file)
@@ -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; }
        };