X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fexceptions.h;h=ace7a1c000a55afcc955f62f64990030aee253ac;hb=61a31803c519f74344c37c97a9df5fa11ef1dc6a;hp=ed002d0a9a1ea7856090be16c246490a2ad35b14;hpb=8c867a69d4a93cf81b89a612764eb0be902b7407;p=dcpomatic.git diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index ed002d0a9..ace7a1c00 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -351,8 +351,8 @@ public: explicit InvalidSignerError (std::string reason); }; -class ProgrammingError : public std::runtime_error +class ProgrammingError : public std::runtime_error { public: ProgrammingError (std::string file, int line, std::string message = "");