copy/paste error.

This commit is contained in:
Steve Checkoway
2006-11-18 20:27:15 +00:00
parent 7d6a2a7079
commit 1e505ff81e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ struct RegisterDialogDriver
};
#define REGISTER_DIALOG_DRIVER_CLASS( name ) \
static DialogDriver *Create##name() { return new DialogDriver_##name; } \
static RegisterDialogDriver register_##className( #name, Create##name )
static RegisterDialogDriver register_##name( #name, Create##name )
#endif