diff options
Diffstat (limited to 'source/API/SBType.cpp')
| -rw-r--r-- | source/API/SBType.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/API/SBType.cpp b/source/API/SBType.cpp index 80d48754c89b..e199b7a33e48 100644 --- a/source/API/SBType.cpp +++ b/source/API/SBType.cpp @@ -88,9 +88,9 @@ TypeImpl &SBType::ref() { } const TypeImpl &SBType::ref() const { - // "const SBAddress &addr" should already have checked "addr.IsValid()" - // prior to calling this function. In case you didn't we will assert - // and die to let you know. + // "const SBAddress &addr" should already have checked "addr.IsValid()" prior + // to calling this function. In case you didn't we will assert and die to let + // you know. assert(m_opaque_sp.get()); return *m_opaque_sp; } |
