X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fexceptions.cc;h=f07354ca109cb953b61e3f4c53e9eaa21870c5cc;hp=b8144d2edb3bb338f68f4b5a2f349e642d710bb7;hb=b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f;hpb=4a0ae92e28d7d1f0dd648d1b620efc324fdef161 diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index b8144d2ed..f07354ca1 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -59,7 +59,7 @@ MissingSettingError::MissingSettingError (string s) } PixelFormatError::PixelFormatError (string o, AVPixelFormat f) - : runtime_error (String::compose (_("Cannot handle pixel format %1 during %2"), f, o)) + : runtime_error (String::compose (_("Cannot handle pixel format %1 during %2"), (int) f, o)) { }