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/SBFileSpec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/API/SBFileSpec.cpp') diff --git a/source/API/SBFileSpec.cpp b/source/API/SBFileSpec.cpp index 4413689501a8..fc207d071dbc 100644 --- a/source/API/SBFileSpec.cpp +++ b/source/API/SBFileSpec.cpp @@ -61,7 +61,7 @@ SBFileSpec::operator = (const SBFileSpec &rhs) bool SBFileSpec::IsValid() const { - return *m_opaque_ap; + return m_opaque_ap->operator bool(); } bool -- cgit v1.3