updated swedish translation from peppo
[ardour.git] / libs / appleutility / CAAudioChannelLayout.h
index 8f995b86144aa5fc3d8fd8ad8d6833c2f8c93fb6..796f197c3b786f55c2affe1da9e00eb79611b0c8 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&) : mLayout(NULL) { }
+               ACLRefCounter& operator=(const ACLRefCounter&) { return *this; }
        };
        
        ACLRefCounter                           *mLayoutHolder;