summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_join.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/core/sc_join.hh')
-rw-r--r--src/systemc/ext/core/sc_join.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/ext/core/sc_join.hh b/src/systemc/ext/core/sc_join.hh
index 49e54ceee..3b227d311 100644
--- a/src/systemc/ext/core/sc_join.hh
+++ b/src/systemc/ext/core/sc_join.hh
@@ -52,7 +52,7 @@ class sc_join
void wait_clocked();
private:
- sc_event joinEvent;
+ sc_gem5::InternalScEvent joinEvent;
int remaining;
};