浏览代码

Fix callback for the new API

Andy Cedilnik 23 年之前
父节点
当前提交
b13e120d92
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.)";