Skip to content

Commit c1667d5

Browse files
committed
Fix missing constructor
1 parent 17b9ef7 commit c1667d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sst/core/interactiveAction.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class InteractiveAction : public Action
3232
Create a new InteractiveAction object for the simulation core to initiate interactive mode
3333
*/
3434
InteractiveAction(Simulation_impl* sim, const std::string& msg) :
35+
Action(),
3536
sim_(sim),
3637
msg_(msg)
3738
{

0 commit comments

Comments
 (0)