Commit 2b17f750 authored by unknown's avatar unknown
Browse files

Fix -ansi -pedantic compilation failure.

parent 5ae2ca21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,5 +266,5 @@ SignalSender::execNodeStatus(void* signalSender,

template SimpleSignal* SignalSender::waitFor<WaitForNode>(unsigned, WaitForNode&);
template SimpleSignal* SignalSender::waitFor<WaitForAny>(unsigned, WaitForAny&);
template Vector<SimpleSignal*>;
template class Vector<SimpleSignal*>;