fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
[ardour.git] / libs / audiographer / audiographer / process_context.h
index 843c09b618138b157f674eb5770295a15583301a..b73f5d69d5cdf0ec51e8d53bc26311f9d3a95676 100644 (file)
@@ -43,7 +43,7 @@ public:
        
        /// Normal copy constructor
        ProcessContext (ProcessContext<T> const & other)
-               : _data (other._data), _frames (other._frames), _channels (other._channels), _flags (other._flags)
+       : _data (other._data), _frames (other._frames), _channels (other._channels), _flags (other._flags)
        { /* No need to validate data */ }
        
        /// "Copy constructor" with unique data, frame and channel count, but copies flags