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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-08 07:05:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-08 07:05:57 +0400
commit640d766370c50366f32ca533f772b8a96b4adf5a (patch)
tree91b7f3b2be852839c5c1843d8a3b420a0f6921a5 /source/gameengine/Network
parent1c91d62c7e682c72173750e88505ba08f6fabcdf (diff)
style cleanup - remove unneeded ';'s
Diffstat (limited to 'source/gameengine/Network')
-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