summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.cxx3
m---------librtclient0
2 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()
diff --git a/librtclient b/librtclient
-Subproject 0588263c5283c85cd4751c2251f3eb7881d7f87
+Subproject ad1be67d05d65664c22099ada17351a78e1fd27