- fix warning

svn path=/trunk/boinc/; revision=24257
This commit is contained in:
David Anderson 2011-09-22 06:34:52 +00:00
parent 2fa6bc999e
commit acf94453a5
1 changed files with 4 additions and 1 deletions

View File

@ -270,7 +270,10 @@ int main(int argc, char **argv) {
}
if (trickle_up) {
boinc_send_trickle_up("example_app", "sample trickle message");
boinc_send_trickle_up(
const_cast<char*>("example_app"),
const_cast<char*>("sample trickle message")
);
}
if (trickle_down) {