summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMake.h
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2019-01-30 17:33:58 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2019-01-30 17:33:58 (GMT)
commit1180fc87803b39cc03e503e4d08fa7d68656da8a (patch)
tree217027628d5cfa0e8f7ecf213486a0038d87f983 /Source/QtDialog/QCMake.h
parent748d024551d8f447046363ad617fc72bdd977fd2 (diff)
downloadCMake-1180fc87803b39cc03e503e4d08fa7d68656da8a.zip
CMake-1180fc87803b39cc03e503e4d08fa7d68656da8a.tar.gz
CMake-1180fc87803b39cc03e503e4d08fa7d68656da8a.tar.bz2
OutputCallback: Accept std::string argument
Diffstat (limited to 'Source/QtDialog/QCMake.h')
-rw-r--r--Source/QtDialog/QCMake.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h
index 4f22505..ef4d2a1 100644
--- a/Source/QtDialog/QCMake.h
+++ b/Source/QtDialog/QCMake.h
@@ -170,8 +170,8 @@ protected:
bool interruptCallback();
void progressCallback(const char* msg, float percent);
void messageCallback(const char* msg, const char* title);
- void stdoutCallback(const char* msg, size_t len);
- void stderrCallback(const char* msg, size_t len);
+ void stdoutCallback(std::string const& msg);
+ void stderrCallback(std::string const& msg);
bool WarnUninitializedMode;
bool WarnUnusedMode;