From cb249baa8d8dcc54dd575f82d5cb3134957c71b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Mon, 30 Sep 2019 17:20:39 +0800 Subject: Pass the history list struct --- client.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client.cxx') diff --git a/client.cxx b/client.cxx index e972126..15d573f 100644 --- a/client.cxx +++ b/client.cxx @@ -123,7 +123,8 @@ namespace RTClient { void Client::ticketHistory(int id) { - rtclient_ticket_history(id); + rtclient_ticket_history_list* historyList = nullptr; + rtclient_ticket_history(&historyList, id); } Client::~Client() -- cgit v1.2.3