--- libgig/trunk/src/DLS.h 2016/05/18 18:04:49 2922 +++ libgig/trunk/src/DLS.h 2017/05/21 12:46:05 3198 @@ -2,7 +2,7 @@ * * * libgig - C++ cross-platform Gigasampler format file access library * * * - * Copyright (C) 2003-2016 by Christian Schoenebeck * + * Copyright (C) 2003-2017 by Christian Schoenebeck * * * * * * This library is free software; you can redistribute it and/or modify * @@ -552,8 +552,11 @@ */ class Exception : public RIFF::Exception { public: - Exception(String Message); + Exception(String format, ...); + Exception(String format, va_list arg); void PrintMessage(); + protected: + Exception(); }; String libraryName();