Use const_cast (not static_cast) to fix the previous kdepim FTBFS...

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1247467 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 997243b79b
commit 482da59e54

@ -8718,7 +8718,7 @@ soap_TQName2s(struct soap *soap, const char *s)
}
}
}
t = static_cast<char*>(strchr(s, '"'));
t = const_cast<char*>(strchr(s, '"'));
if (t)
n = t - s;
else

Loading…
Cancel
Save