--- SIDPlayer/src/cl_amp.cpp 2000/07/28 12:42:30 1.1.1.1 +++ SIDPlayer/src/cl_amp.cpp 2004/01/12 15:15:49 1.5 @@ -1,7 +1,7 @@ /* * cl_amp.cpp - SIDPlayer CL-Amp plugin * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -114,7 +114,9 @@ SIDPlugin::~SIDPlugin() void SIDPlugin::Init() { - InitAll(); + int argc = 0; + char **argv = NULL; + InitAll(argc, argv); } void SIDPlugin::Cleanup()