diff options
author | madmaxoft <github@xoft.cz> | 2014-03-31 13:28:38 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-03-31 13:28:38 +0200 |
commit | 43844fc0f04ffd326af4ebc9e46ec220e27d1309 (patch) | |
tree | c6493a9b9ae837b0e69c314637b20654af3ff943 /src/CompositeChat.h | |
parent | Fixed a few Clang warnings in BlockHandlers. (diff) | |
download | cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar.gz cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar.bz2 cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar.lz cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar.xz cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.tar.zst cuberite-43844fc0f04ffd326af4ebc9e46ec220e27d1309.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CompositeChat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h index 27319490d..d5f4ebb24 100644 --- a/src/CompositeChat.h +++ b/src/CompositeChat.h @@ -117,7 +117,7 @@ public: /** Creates a new chat message and parses the text into parts. Recognizes "http:" and "https:" links and @color-codes. Uses ParseText() for the actual parsing. */ - cCompositeChat(const AString & a_ParseText); + cCompositeChat(const AString & a_ParseText, eMessageType a_MessageType = mtCustom); ~cCompositeChat(); |