Browse Source

Fix callback for the new API

Andy Cedilnik 23 years ago
parent
commit
b13e120d92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 1 - 1
Source/MFCDialog/CMakeSetupDialog.cpp

@@ -90,7 +90,7 @@ BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
   END_MESSAGE_MAP();
   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;
   std::string message = m;
   message += "\n\n(Press  Cancel to suppress any further messages.)";
   message += "\n\n(Press  Cancel to suppress any further messages.)";