From 6141f5ce5a6da9dd67f96585feda88e4cbc747d9 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Tue, 26 Jun 2012 09:08:01 -0700 Subject: Fix shape::cmp::walk_res2 --- src/rt/rust_shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_shape.cpp') diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 57fd23cb633..979a93415b3 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -356,7 +356,7 @@ cmp::walk_struct2(const uint8_t *end_sp) { void cmp::walk_res2(const rust_fn *dtor, const uint8_t *end_sp) { - return cmp_two_pointers(); + this->cmp_two_pointers(); } void -- cgit 1.4.1-3-g733a5