From f8090b478c2d845eca521f834bca061a048530b1 Mon Sep 17 00:00:00 2001 From: avolkov Date: Thu, 18 Sep 2003 19:44:44 +0000 Subject: [PATCH] warning fix git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1240 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/sound/sound.h b/sc2/src/sc2code/libs/sound/sound.h index bfb14e907..d4e29394b 100644 --- a/sc2/src/sc2code/libs/sound/sound.h +++ b/sc2/src/sc2code/libs/sound/sound.h @@ -41,7 +41,7 @@ typedef struct } TFB_SoundTag; // forward-declare -typedef struct tfb_soundsample; +struct tfb_soundsample; typedef struct tfb_soundcallbacks {