mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 06:04:58 +00:00
Fix ObjCLanguage::MethodName::GetCategory after r246616; I was just moving things around too fast...
llvm-svn: 246736
This commit is contained in:
parent
3a4ad61c2f
commit
e90dc827e0
@ -75,7 +75,7 @@ public:
|
||||
bool
|
||||
HasCategory()
|
||||
{
|
||||
return !GetCategory();
|
||||
return !GetCategory().IsEmpty();
|
||||
}
|
||||
|
||||
Type
|
||||
|
Loading…
x
Reference in New Issue
Block a user