summaryrefslogtreecommitdiffstats
path: root/src/exception_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception_test.cc')
-rw-r--r--src/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exception_test.cc b/src/exception_test.cc
index a1a101d..f2701dd 100644
--- a/src/exception_test.cc
+++ b/src/exception_test.cc
@@ -94,7 +94,7 @@ class ExceptionTest : public CommonTest {
return DexFile::CatchHandlerItem();
}
- scoped_ptr<DexFile> dex_;
+ scoped_ptr<const DexFile> dex_;
Method* method_f_;
Method* method_g_;