From 640d766370c50366f32ca533f772b8a96b4adf5a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Mar 2012 03:05:57 +0000 Subject: style cleanup - remove unneeded ';'s --- source/gameengine/Network/NG_NetworkMessage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/gameengine/Network') 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 -- cgit v1.2.3