From f21a844f60ae6c74fcf1fddca32461acce3c1ee0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 6 Nov 2013 16:48:53 +0000 Subject: Import lldb as of SVN r194122 Sponsored by: DARPA, AFRL --- source/API/SBModuleSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/API/SBModuleSpec.cpp') diff --git a/source/API/SBModuleSpec.cpp b/source/API/SBModuleSpec.cpp index 654a8ca6ec863..17c83abb4f241 100644 --- a/source/API/SBModuleSpec.cpp +++ b/source/API/SBModuleSpec.cpp @@ -44,7 +44,7 @@ SBModuleSpec::~SBModuleSpec () bool SBModuleSpec::IsValid () const { - return *m_opaque_ap; + return m_opaque_ap->operator bool(); } void -- cgit v1.2.3