Skip to content

Commit

Permalink
WINTERMUTE: Even more formatting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
somaen committed Jan 24, 2013
1 parent c239b86 commit 454542e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wintermute/persistent.h
Expand Up @@ -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"
Expand Down

0 comments on commit 454542e

Please sign in to comment.