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_NetworkDeviceInterface.h')
-rw-r--r--source/gameengine/Network/NG_NetworkDeviceInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Network/NG_NetworkDeviceInterface.h b/source/gameengine/Network/NG_NetworkDeviceInterface.h
index 48edbdfc7fe..6da478ecda5 100644
--- a/source/gameengine/Network/NG_NetworkDeviceInterface.h
+++ b/source/gameengine/Network/NG_NetworkDeviceInterface.h
@@ -43,8 +43,8 @@ private:
// candidates for shared/common implementation class
bool m_online;
public:
- NG_NetworkDeviceInterface() {};
- virtual ~NG_NetworkDeviceInterface() {};
+ NG_NetworkDeviceInterface() {}
+ virtual ~NG_NetworkDeviceInterface() {}
virtual void NextFrame()=0;