summaryrefslogtreecommitdiff
path: root/src/systemc/ext
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext')
-rw-r--r--src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh b/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh
index 75f8f0ab3..35c650bce 100644
--- a/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh
+++ b/src/systemc/ext/tlm_core/2/sockets/initiator_socket.hh
@@ -120,6 +120,8 @@ class tlm_base_initiator_socket :
(s.get_base_export())(get_base_export());
}
+ using port_type::bind;
+
void operator() (base_type &s) { bind(s); }
//
@@ -169,9 +171,6 @@ class tlm_base_initiator_socket :
protected:
export_type m_export;
-
- private:
- using port_type::bind;
};
//