summaryrefslogtreecommitdiff
path: root/ord.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ord.cxx')
-rw-r--r--ord.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/ord.cxx b/ord.cxx
index 70ef812..0d13af0 100644
--- a/ord.cxx
+++ b/ord.cxx
@@ -1,5 +1,5 @@
#include <algorithm>
-#include <icclient/ord.h>
+#include <memory>
#include "qicclient/ord.hxx"
namespace QICClient {
@@ -74,4 +74,8 @@ namespace QICClient {
}
}
+ void Ord::checkout(Member& member)
+ {
+ icclient_ord_checkout(m_data, member.data());
+ }
}