diff options
| author | 2015-03-02 20:57:47 +0000 | |
|---|---|---|
| committer | 2015-03-02 20:59:13 +0000 | |
| commit | 9924fd8f27e020e9336a085333ef7c68699b8c22 (patch) | |
| tree | 0d68afb266795d2dfaf8ce152710e0b56cf2a2df /runtime/native/dalvik_system_DexFile.h | |
| parent | 0b25c71ac93fb10c484dbacb9e23db505a8e2353 (diff) | |
| parent | 324b9bb2f48be39e20077c1d7da45cf3dc47fe06 (diff) | |
Merge "ART: Move DexFile vector to Java array"
Diffstat (limited to 'runtime/native/dalvik_system_DexFile.h')
| -rw-r--r-- | runtime/native/dalvik_system_DexFile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/native/dalvik_system_DexFile.h b/runtime/native/dalvik_system_DexFile.h index 487df05b34..7585ab972c 100644 --- a/runtime/native/dalvik_system_DexFile.h +++ b/runtime/native/dalvik_system_DexFile.h @@ -21,6 +21,8 @@ namespace art { +class DexFile; + void register_dalvik_system_DexFile(JNIEnv* env); } // namespace art |