Cleaned up a few minor things

This commit is contained in:
Shyotl
2011-03-27 18:50:04 -05:00
parent 8323a701e8
commit 18af6baedd
4 changed files with 5 additions and 9 deletions

View File

@@ -34,7 +34,6 @@
#ifndef LL_LLCHAT_H
#define LL_LLCHAT_H
#include "llstring.h"
#include "lluuid.h"
#include "v3math.h"
@@ -71,7 +70,7 @@ typedef enum e_chat_audible_level
class LLChat
{
public:
LLChat(const std::string& text = LLStringUtil::null)
LLChat(const std::string& text = std::string())
: mText(text),
mFromName(),
mFromID(),