diff options
Diffstat (limited to 'src/game/GMTicketMgr.h')
-rw-r--r-- | src/game/GMTicketMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GMTicketMgr.h b/src/game/GMTicketMgr.h index 1fd4e4c3a8f..c55804914a3 100644 --- a/src/game/GMTicketMgr.h +++ b/src/game/GMTicketMgr.h @@ -31,7 +31,7 @@ class GMTicket { } - GMTicket(uint32 guid, std::string text, time_t update) : m_guid(guid), m_text(text), m_lastUpdate(update) + GMTicket(uint32 guid, const std::string& text, time_t update) : m_guid(guid), m_text(text), m_lastUpdate(update) { } |