Fix callback for the new API
This commit is contained in:
parent
6769e84472
commit
b13e120d92
|
@ -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.)";
|
||||
|
|
Loading…
Reference in New Issue