--- libgig/trunk/src/gig.h 2017/05/14 17:08:42 3181 +++ libgig/trunk/src/gig.h 2017/05/21 12:46:05 3198 @@ -1365,8 +1365,11 @@ */ class Exception : public DLS::Exception { public: - Exception(String Message); + Exception(String format, ...); + Exception(String format, va_list arg); void PrintMessage(); + protected: + Exception(); }; #if HAVE_RTTI