summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index d2097aa..a887c76 100644
--- a/client.cxx
+++ b/client.cxx
@@ -125,7 +125,7 @@ namespace RTClient {
{
rtclient_ticket_history_list* historyList = nullptr;
rtclient_ticket_history(&historyList, id
- , RTCLIENT_TICKET_RESULT_FORMAT_L);
+ , RTCLIENT_TICKET_FORMAT_L);
emit gotTicketHistory(historyList);
}