From c727fe695d28799acb499e9961f11ec07d4f9fe2 Mon Sep 17 00:00:00 2001 From: emaste 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 654a8ca..17c83ab 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.1