style cleanup

This commit is contained in:
Campbell Barton
2012-09-20 01:32:13 +00:00
parent 25c96bc9f3
commit bc69b3a8df
12 changed files with 19 additions and 20 deletions

View File

@@ -43,7 +43,7 @@ using namespace std;
class IK_QSolver {
public:
IK_QSolver() : root(NULL) {
};
}
IK_QJacobianSolver solver;
IK_QSegment *root;