diff options
Diffstat (limited to 'src/lib/format.h')
| -rw-r--r-- | src/lib/format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/format.h b/src/lib/format.h index 783ff25ce..7958ca534 100644 --- a/src/lib/format.h +++ b/src/lib/format.h @@ -49,7 +49,7 @@ public: /** @return the ratio of the container (including any padding) as a floating point number */ float container_ratio_as_float () const; - int dcp_padding (boost::shared_ptr<const Film> f) const; + int dcp_padding (boost::shared_ptr<const Film>) const; /** @return size in pixels of the images that we should * put in a DCP for this ratio. This size will not correspond |
