Reuse SIRT for C++ references

Change-Id: I8310e55da42f55f7ec60f6b17face436c77a979f
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 @@
 // 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: