summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
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))
{
}