Code cosmetics.

This commit is contained in:
spx
2012-02-01 17:32:03 +00:00
parent b21658b1cd
commit e15fff8946
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ typedef void (*NEWRELOAD)(void*, void*, double*);
typedef void (*NEWFINALIZE)(void*);
typedef double (*NEWUPDATE)(void*);
typedef LPCWSTR (*NEWGETSTRING)(void*);
typedef void (*NEWEXECUTEBANG)(void*, const LPCWSTR);
typedef void (*NEWEXECUTEBANG)(void*, LPCWSTR);
class CMeasurePlugin : public CMeasure
{