summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx3
1 files changed, 2 insertions, 1 deletions
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()