Jelajahi Sumber

Fix callback for the new API

Andy Cedilnik 23 tahun lalu
induk
melakukan
b13e120d92
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();
 
 
-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.)";