summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-18 18:30:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-18 18:30:54 (GMT)
commitb13e120d92516f1371daafd564d192502befe348 (patch)
tree7ac294a8d4d1ebd7db656e5f0d557a246201f121
parent6769e8447291ab73cbf904a9470e4a7094c34e4d (diff)
downloadCMake-b13e120d92516f1371daafd564d192502befe348.zip
CMake-b13e120d92516f1371daafd564d192502befe348.tar.gz
CMake-b13e120d92516f1371daafd564d192502befe348.tar.bz2
Fix callback for the new API
-rw-r--r--Source/MFCDialog/CMakeSetupDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp
index dd1bcc8..11324c8 100644
--- a/Source/MFCDialog/CMakeSetupDialog.cpp
+++ b/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.)";