Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Network/NG_NetworkMessage.h')
-rw-r--r--source/gameengine/Network/NG_NetworkMessage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Network/NG_NetworkMessage.h b/source/gameengine/Network/NG_NetworkMessage.h
index a0c61784e9f..7a55891552f 100644
--- a/source/gameengine/Network/NG_NetworkMessage.h
+++ b/source/gameengine/Network/NG_NetworkMessage.h
@@ -84,17 +84,17 @@ public:
/**
* get the (read-only) To part of this message
*/
- const STR_String& GetDestinationName() { return m_to;};
+ const STR_String& GetDestinationName() { return m_to; }
/**
* get the (read-only) From part of this message
*/
- const STR_String& GetSenderName() { return m_from;};
+ const STR_String& GetSenderName() { return m_from; }
/**
* get the (read-only) Subject part of this message
*/
- const STR_String& GetSubject() { return m_subject;};
+ const STR_String& GetSubject() { return m_subject; }
/**
* get the (read-only) Body part of this message