summaryrefslogtreecommitdiffstats
path: root/src/nth_caller_visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nth_caller_visitor.h')
-rw-r--r--src/nth_caller_visitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nth_caller_visitor.h b/src/nth_caller_visitor.h
index 0f29ae7..6b3894e 100644
--- a/src/nth_caller_visitor.h
+++ b/src/nth_caller_visitor.h
@@ -38,7 +38,7 @@ struct NthCallerVisitor : public StackVisitor {
size_t n;
size_t count;
- Method* caller;
+ AbstractMethod* caller;
};
} // namespace art