diff options
Diffstat (limited to 'source/API/SBProcess.cpp')
| -rw-r--r-- | source/API/SBProcess.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/source/API/SBProcess.cpp b/source/API/SBProcess.cpp index 42554726c018..eea5fdca2b38 100644 --- a/source/API/SBProcess.cpp +++ b/source/API/SBProcess.cpp @@ -1000,7 +1000,8 @@ SBProcess::GetRestartedFromEvent (const SBEvent &event)      bool ret_val = Process::ProcessEventData::GetRestartedFromEvent (event.get());      if (log) -        log->Printf ("SBProcess::%s (event.sp=%p) => %d", __FUNCTION__, event.get(), ret_val); +        log->Printf ("SBProcess::%s (event.sp=%p) => %d", __FUNCTION__, +                     static_cast<void*>(event.get()), ret_val);      return ret_val;  }  | 
