From 994cc25ec4b9436baba9a63cf471678b21bf6a61 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Thu, 25 Mar 2021 09:50:04 -0400 Subject: [PATCH] minor update --- hw/unit_tests/generic_queue/vl_simulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/unit_tests/generic_queue/vl_simulator.h b/hw/unit_tests/generic_queue/vl_simulator.h index a00886c3..16486adf 100644 --- a/hw/unit_tests/generic_queue/vl_simulator.h +++ b/hw/unit_tests/generic_queue/vl_simulator.h @@ -55,7 +55,7 @@ public: return ticks; } - auto operator->() { + T* operator->() { return &top_; } };