From 1001d247968b31f803b9dcd4f527e34ebe27c182 Mon Sep 17 00:00:00 2001 From: Nikos Nikoleris Date: Mon, 17 Dec 2018 15:50:04 +0000 Subject: systemc: Allow specific functions to shadow the base class method sc_in::bind and sc_core::sc_object::print shadow their respective base class method. This change adds the necessary declarations to inform the compiler that this is intentional. Change-Id: I8c6bc0f05aa568630783db63d52be90f4ea4748c Signed-off-by: Nikos Nikoleris Reviewed-on: https://gem5-review.googlesource.com/c/15135 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/systemc/ext/channel/sc_in.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/systemc/ext/channel/sc_in.hh b/src/systemc/ext/channel/sc_in.hh index 85d089dbc..36547c21e 100644 --- a/src/systemc/ext/channel/sc_in.hh +++ b/src/systemc/ext/channel/sc_in.hh @@ -83,6 +83,7 @@ class sc_in : public sc_port, 1> _valueChangedFinder(*this, &sc_signal_in_if::value_changed_event) {} + using sc_port, 1>::bind; virtual void bind(const sc_signal_in_if &i) { -- cgit v1.2.3