diff options
Diffstat (limited to 'src/FIFO.h')
-rw-r--r-- | src/FIFO.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ public: } - void Savestate(Savestate* file) + void DoSavestate(Savestate* file) { file->Var32(&NumOccupied); file->Var32(&ReadPos); |