summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-10-01 19:08:00 +0000
committerOleksiy Vyalov <ovyalov@google.com>2015-10-01 19:08:00 +0000
commitaf87713a81c335be3e212278cfd2e6d0a7088253 (patch)
tree86b32fe1d545a141e1c0c98ee5aedf63f4a2d8f4 /lldb/source/Plugins/Language/ObjC
parent291723353aded650b030d92a5acfc771c564a6b7 (diff)
downloadbcm5719-llvm-af87713a81c335be3e212278cfd2e6d0a7088253.tar.gz
bcm5719-llvm-af87713a81c335be3e212278cfd2e6d0a7088253.zip
Fix Android build after r249047.
llvm-svn: 249055
Diffstat (limited to 'lldb/source/Plugins/Language/ObjC')
-rw-r--r--lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
index 6c1aee9be6d..fa46ba2a08c 100644
--- a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
+++ b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
@@ -739,7 +739,7 @@ ObjCLanguage::GetTypeScavenger ()
return result;
}
- friend class ObjCLanguage;
+ friend class lldb_private::ObjCLanguage;
};
return std::unique_ptr<TypeScavenger>(new ObjCTypeScavenger());
OpenPOWER on IntegriCloud