diff options
Diffstat (limited to 'source/API/SBEvent.cpp')
| -rw-r--r-- | source/API/SBEvent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/API/SBEvent.cpp b/source/API/SBEvent.cpp index 17a16ffd04812..65eb71c09285e 100644 --- a/source/API/SBEvent.cpp +++ b/source/API/SBEvent.cpp @@ -146,8 +146,8 @@ void SBEvent::reset(Event *event_ptr) { } bool SBEvent::IsValid() const { - // Do NOT use m_opaque_ptr directly!!! Must use the SBEvent::get() - // accessor. See comments in SBEvent::get().... + // Do NOT use m_opaque_ptr directly!!! Must use the SBEvent::get() accessor. + // See comments in SBEvent::get().... return SBEvent::get() != NULL; } |
