Skip to content

Commit

Permalink
N64: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 4, 2016
1 parent eedd128 commit d111b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/n64/pakfs_save_manager.h
Expand Up @@ -72,7 +72,7 @@ class OutPAKSave : public Common::OutSaveFile {
public:
uint32 write(const void *buf, uint32 cnt);

int32 pos() {
virtual int32 pos() {
return pakfs_tell(fd);
}

Expand Down

0 comments on commit d111b16

Please sign in to comment.