Minor changes

Former-commit-id: 1282e3600c687647f637aec42f05d033266e1d33
This commit is contained in:
Lynix
2015-01-04 13:08:26 +01:00
parent a1624af969
commit e69c2982b9
4 changed files with 8 additions and 20 deletions

View File

@@ -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();
}