--- libgig/trunk/src/gig.h 2016/09/24 14:00:46 2989 +++ libgig/trunk/src/gig.h 2017/04/16 23:20:30 3117 @@ -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 * @@ -1014,6 +1014,7 @@ void SetScriptAsText(const String& text); void SetGroup(ScriptGroup* pGroup); ScriptGroup* GetGroup() const; + void CopyAssign(const Script* orig); protected: Script(ScriptGroup* group, RIFF::Chunk* ckScri); virtual ~Script();