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:
authorTon Roosendaal <ton@blender.org>2006-11-25 19:35:56 +0300
committerTon Roosendaal <ton@blender.org>2006-11-25 19:35:56 +0300
commit627261da50cf268239b113c373e09902945b4b28 (patch)
tree5854da5f2f4924a80d11e70779296c768665d468 /intern/iksolver
parent48a640f375f95e0d6d67a50ad9464b8a624c78ad (diff)
Patch by VladimĂ­r Marek (neuron), part of bugfix #5298
Solaris CC compiler choked on wrong .h prototypes for functions using 'const' arguments.
Diffstat (limited to 'intern/iksolver')
-rw-r--r--intern/iksolver/intern/IK_QJacobianSolver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/iksolver/intern/IK_QJacobianSolver.cpp b/intern/iksolver/intern/IK_QJacobianSolver.cpp
index 8ae836a7eb8..7cfdcccc2ad 100644
--- a/intern/iksolver/intern/IK_QJacobianSolver.cpp
+++ b/intern/iksolver/intern/IK_QJacobianSolver.cpp
@@ -178,8 +178,8 @@ bool IK_QJacobianSolver::UpdateAngles(MT_Scalar& norm)
bool IK_QJacobianSolver::Solve(
IK_QSegment *root,
std::list<IK_QTask*> tasks,
- MT_Scalar,
- int max_iterations
+ const MT_Scalar,
+ const int max_iterations
)
{
//double dt = analyze_time();