diff options
-rw-r--r-- | engines/wintermute/persistent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/persistent.h b/engines/wintermute/persistent.h index ed43f5fc1b..ca9281f798 100644 --- a/engines/wintermute/persistent.h +++ b/engines/wintermute/persistent.h @@ -36,7 +36,7 @@ class BasePersistenceManager; // persistence support typedef void *(*PERSISTBUILD)(void); typedef bool(*PERSISTLOAD)(void *, BasePersistenceManager *); -typedef void (*SYS_INSTANCE_CALLBACK)(void *Instance, void *Data); +typedef void(*SYS_INSTANCE_CALLBACK)(void *instance, void *data); } // end of namespace Wintermute #include "engines/wintermute/system/sys_class_registry.h" |