diff options
Diffstat (limited to 'src/class_loader.h')
-rw-r--r-- | src/class_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class_loader.h b/src/class_loader.h index 2904e3e..a5436fa 100644 --- a/src/class_loader.h +++ b/src/class_loader.h @@ -51,7 +51,7 @@ class BaseDexClassLoader : public ClassLoader { // TODO: add MANAGED when class_path_ removed class PathClassLoader : public BaseDexClassLoader { public: - static const PathClassLoader* AllocCompileTime(std::vector<const DexFile*>& dex_files); + static PathClassLoader* AllocCompileTime(std::vector<const DexFile*>& dex_files); static void SetClass(Class* dalvik_system_PathClassLoader); static void ResetClass(); private: |