summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-04-04 03:19:39 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-04 03:19:39 +0000
commit7962e4acc735c7083ea060661b847e818d0a79a7 (patch)
tree7b64f9ee99e04d128f754c4adafa0371605f92b1 /include
parent0693c5848d1af5c21af171f7e98fedfc24b6afb9 (diff)
parent6a8c316438032c72ffdd2988cc1eb2717f477254 (diff)
downloadsystem_core-7962e4acc735c7083ea060661b847e818d0a79a7.zip
system_core-7962e4acc735c7083ea060661b847e818d0a79a7.tar.gz
system_core-7962e4acc735c7083ea060661b847e818d0a79a7.tar.bz2
am 6a8c3164: am e35cba9a: am a97798af: Merge "Create an UnwindMapLocal object."
* commit '6a8c316438032c72ffdd2988cc1eb2717f477254': Create an UnwindMapLocal object.
Diffstat (limited to 'include')
-rw-r--r--include/backtrace/BacktraceMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/backtrace/BacktraceMap.h b/include/backtrace/BacktraceMap.h
index 06da2f4..13083bd 100644
--- a/include/backtrace/BacktraceMap.h
+++ b/include/backtrace/BacktraceMap.h
@@ -45,7 +45,7 @@ public:
virtual ~BacktraceMap();
// Get the map data structure for the given address.
- const backtrace_map_t* Find(uintptr_t addr);
+ virtual const backtrace_map_t* Find(uintptr_t addr);
// The flags returned are the same flags as used by the mmap call.
// The values are PROT_*.