fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / appleutility / CAAudioChannelLayout.h
index 8f995b86144aa5fc3d8fd8ad8d6833c2f8c93fb6..5c351c29b5223337aa896b0ad1364606451cdda5 100644 (file)
@@ -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& other) : CAReferenceCounted (other), mLayout(NULL) { }
+               ACLRefCounter& operator=(const ACLRefCounter&) { return *this; }
        };
        
        ACLRefCounter                           *mLayoutHolder;