Browse Source

MessageService build fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 years ago
parent
commit
ddb36a2e91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/messageservice.h

+ 1
- 1
src/messageservice.h View File

@@ -22,7 +22,7 @@ namespace lol

struct MessageList
{
MessageList(time_t timestamp, String& message)
MessageList(time_t timestamp, const String& message)
{
m_timestamp = timestamp;
m_message = message;


Loading…
Cancel
Save