Fix callback for the new API

This commit is contained in:
Andy Cedilnik 2002-09-18 14:30:54 -04:00
parent 6769e84472
commit b13e120d92
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
END_MESSAGE_MAP();
void MFCMessageCallback(const char* m, const char* title, bool& nomore)
void MFCMessageCallback(const char* m, const char* title, bool& nomore, void*)
{
std::string message = m;
message += "\n\n(Press Cancel to suppress any further messages.)";