소스 검색

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.)";