summaryrefslogtreecommitdiff
path: root/tools/aapt2/Debug.cpp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-09-29 03:05:46 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-09-29 03:05:46 +0000
commit591cf59e7319ab2b52a62c9d4ab035f3e728b353 (patch)
treeff61f194d9883a1e80bffe113d12e873343eb782 /tools/aapt2/Debug.cpp
parent0ba9304231dc82df3b15f1c113aaecdab2b93b54 (diff)
parentd3ffa844f5a07756009f019e13806e253d1bb119 (diff)
Merge "AAPT2: Cleanup Visitors for XML and Values"
Diffstat (limited to 'tools/aapt2/Debug.cpp')
-rw-r--r--tools/aapt2/Debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/aapt2/Debug.cpp b/tools/aapt2/Debug.cpp
index dba9cb5c2803..1555d6126493 100644
--- a/tools/aapt2/Debug.cpp
+++ b/tools/aapt2/Debug.cpp
@@ -35,9 +35,9 @@ namespace aapt {
namespace {
-class PrintVisitor : public ValueVisitor {
+class PrintVisitor : public DescendingValueVisitor {
public:
- using ValueVisitor::Visit;
+ using DescendingValueVisitor::Visit;
void Visit(Attribute* attr) override {
std::cout << "(attr) type=";