This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
MessageService build fix
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
11 years ago
parent
5cfaf8576a
commit
ddb36a2e91
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save