--- libgig/trunk/src/gig.h 2014/06/07 00:00:10 2599 +++ libgig/trunk/src/gig.h 2014/06/07 15:19:58 2601 @@ -880,6 +880,7 @@ String GetScriptAsText(); void SetScriptAsText(const String& text); void SetGroup(ScriptGroup* pGroup); + ScriptGroup* GetGroup() const; protected: Script(ScriptGroup* group, RIFF::Chunk* ckScri); virtual ~Script();