diff options
-rw-r--r-- | kresources/groupwise/soap/stdsoap2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/groupwise/soap/stdsoap2.cpp b/kresources/groupwise/soap/stdsoap2.cpp index 1385fc382..3f167eec6 100644 --- a/kresources/groupwise/soap/stdsoap2.cpp +++ b/kresources/groupwise/soap/stdsoap2.cpp @@ -8718,7 +8718,7 @@ soap_TQName2s(struct soap *soap, const char *s) } } } - t = strchr(s, '"'); + t = static_cast<char*>(strchr(s, '"')); if (t) n = t - s; else |