Fix ObjCLanguage::MethodName::GetCategory after r246616; I was just moving things around too fast...

llvm-svn: 246736
This commit is contained in:
Jim Ingham 2015-09-03 00:03:13 +00:00
parent 3a4ad61c2f
commit e90dc827e0

View File

@ -75,7 +75,7 @@ public:
bool
HasCategory()
{
return !GetCategory();
return !GetCategory().IsEmpty();
}
Type