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-11-08 10:46:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-08 10:46:10 +0400
commit617a73c573c209155a2f5734030d1cc41e0d6a3d (patch)
tree8796d68b0c1926563abd5e8e1917339e02511ede /source/gameengine/SceneGraph/SG_IObject.h
parentb0e2218093a1daac03361b9454006bcdba67b725 (diff)
code cleanup: unused defines & some formatting.
Diffstat (limited to 'source/gameengine/SceneGraph/SG_IObject.h')
-rw-r--r--source/gameengine/SceneGraph/SG_IObject.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/SceneGraph/SG_IObject.h b/source/gameengine/SceneGraph/SG_IObject.h
index 885eb8e1e90..6b57db1a467 100644
--- a/source/gameengine/SceneGraph/SG_IObject.h
+++ b/source/gameengine/SceneGraph/SG_IObject.h
@@ -127,8 +127,8 @@ struct SG_Callbacks
m_schedulefunc(NULL),
m_reschedulefunc(NULL)
{
- };
-
+ }
+
SG_Callbacks(
SG_ReplicationNewCallback repfunc,
SG_DestructionNewCallback destructfunc,
@@ -142,7 +142,7 @@ struct SG_Callbacks
m_schedulefunc(schedulefunc),
m_reschedulefunc(reschedulefunc)
{
- };
+ }
SG_ReplicationNewCallback m_replicafunc;
SG_DestructionNewCallback m_destructionfunc;