Skip to content

Commit cfc4870

Browse files
committed
Fix
1 parent d042d67 commit cfc4870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dataflow/Network/ModuleInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ namespace Networks {
134134
virtual ModuleStateHandle get_state() = 0;
135135
virtual const ModuleStateHandle get_state() const = 0;
136136

137-
virtual bool doExecute() NOEXCEPT = 0;
137+
virtual bool doExecute() = 0;
138138

139139
typedef boost::signals2::signal<void()> ExecutionSelfRequestSignalType;
140140
virtual boost::signals2::connection connectExecuteSelfRequest(const ExecutionSelfRequestSignalType::slot_type& subscriber) = 0;

0 commit comments

Comments
 (0)