address compiler warning
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,7 +74,7 @@ class avCodec : public Decoder
|
|||||||
|
|
||||||
gfx_convert_func conv_func; // colorspace convert func
|
gfx_convert_func conv_func; // colorspace convert func
|
||||||
|
|
||||||
void * fExtraData;
|
char * fExtraData;
|
||||||
int fExtraDataSize;
|
int fExtraDataSize;
|
||||||
int fBlockAlign;
|
int fBlockAlign;
|
||||||
|
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ status_t RemoveFile()
|
|||||||
printf("RemoveFile: deleting files list...\n");
|
printf("RemoveFile: deleting files list...\n");
|
||||||
|
|
||||||
for (i = 0; (file = g_files_list->ItemAt(i)); i++)
|
for (i = 0; (file = g_files_list->ItemAt(i)); i++)
|
||||||
delete file;
|
delete (BFile*)file;
|
||||||
|
|
||||||
delete g_files_list;
|
delete g_files_list;
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
|||||||
Reference in New Issue
Block a user