address compiler warning

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-21 05:37:52 +00:00
parent 613b4e1131
commit 3d81352cd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class avCodec : public Decoder
gfx_convert_func conv_func; // colorspace convert func
void * fExtraData;
char * fExtraData;
int fExtraDataSize;
int fBlockAlign;
@@ -118,7 +118,7 @@ status_t RemoveFile()
printf("RemoveFile: deleting files list...\n");
for (i = 0; (file = g_files_list->ItemAt(i)); i++)
delete file;
delete (BFile*)file;
delete g_files_list;
return B_OK;