Minor changes
Former-commit-id: 1282e3600c687647f637aec42f05d033266e1d33
This commit is contained in:
@@ -61,7 +61,7 @@ namespace
|
||||
|
||||
sf_count_t Tell(void* user_data)
|
||||
{
|
||||
NzInputStream* stream = reinterpret_cast<NzInputStream*>(user_data);
|
||||
NzInputStream* stream = static_cast<NzInputStream*>(user_data);
|
||||
return stream->GetCursorPos();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user