[Bf-blender-cvs] [023ac21] master: Cleanup: set var static

Campbell Barton noreply at git.blender.org
Wed Sep 24 10:52:16 CEST 2014


Commit: 023ac217dd4e0c15bfc484c6c9f2e5d6f1ed8a2e
Author: Campbell Barton
Date:   Tue Sep 16 09:06:56 2014 +1000
Branches: master
https://developer.blender.org/rB023ac217dd4e0c15bfc484c6c9f2e5d6f1ed8a2e

Cleanup: set var static

===================================================================

M	source/blender/ikplugin/intern/itasc_plugin.cpp

===================================================================

diff --git a/source/blender/ikplugin/intern/itasc_plugin.cpp b/source/blender/ikplugin/intern/itasc_plugin.cpp
index 5077cce..afff97a 100644
--- a/source/blender/ikplugin/intern/itasc_plugin.cpp
+++ b/source/blender/ikplugin/intern/itasc_plugin.cpp
@@ -68,7 +68,7 @@ extern "C" {
 #include "itasc_plugin.h"
 
 // default parameters
-bItasc DefIKParam;
+static bItasc DefIKParam;
 
 // in case of animation mode, feedback and timestep is fixed
 // #define ANIM_TIMESTEP   1.0




More information about the Bf-blender-cvs mailing list