aboutsummaryrefslogtreecommitdiff
path: root/src/FIFO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FIFO.h')
-rw-r--r--src/FIFO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FIFO.h b/src/FIFO.h
index fbb1bbf..7ce67e9 100644
--- a/src/FIFO.h
+++ b/src/FIFO.h
@@ -47,7 +47,7 @@ public:
}
- void Savestate(Savestate* file)
+ void DoSavestate(Savestate* file)
{
file->Var32(&NumOccupied);
file->Var32(&ReadPos);