summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-01-29 14:57:24 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-01-29 15:35:53 (GMT)
commit8c92db829b41243790c7dcc5300227f591a727a8 (patch)
treeaf9791b3214748870159c8157e70efdf5400b4d7 /Source/QtDialog/QCMake.h
parentbcee24aecc1eaf6615eac9f24ae06acdf38845d3 (diff)
downloadCMake-8c92db829b41243790c7dcc5300227f591a727a8.zip
CMake-8c92db829b41243790c7dcc5300227f591a727a8.tar.gz
CMake-8c92db829b41243790c7dcc5300227f591a727a8.tar.bz2
MessageCallback: Remove unused bool& argument
Diffstat (limited to 'Source/QtDialog/QCMake.h')
-rw-r--r--Source/QtDialog/QCMake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h
index ad85630..4f22505 100644
--- a/Source/QtDialog/QCMake.h
+++ b/Source/QtDialog/QCMake.h
@@ -169,7 +169,7 @@ protected:
bool interruptCallback();
void progressCallback(const char* msg, float percent);
- void messageCallback(const char* msg, const char* title, bool&);
+ void messageCallback(const char* msg, const char* title);
void stdoutCallback(const char* msg, size_t len);
void stderrCallback(const char* msg, size_t len);