Skip to content

Commit

Permalink
Update kalmar_runtime.h
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Oct 31, 2016
1 parent a95bbe1 commit 10a2a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kalmar_runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct rw_info;
/// This is an abstraction of all asynchronous operations within Kalmar
class KalmarAsyncOp {
public:
KalmarAsyncOp(hcCommandKind xCommandKind) : seqNum(0), commandKind(xCommandKind) {}
KalmarAsyncOp(hcCommandKind xCommandKind) : commandKind(xCommandKind), seqNum(0) {}

virtual ~KalmarAsyncOp() {}
virtual std::shared_future<void>* getFuture() { return nullptr; }
Expand Down

0 comments on commit 10a2a89

Please sign in to comment.