summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/LinearMath/btMatrixX.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LinearMath/btMatrixX.h b/src/LinearMath/btMatrixX.h
index 0fa8cd0d3..388c57c2d 100644
--- a/src/LinearMath/btMatrixX.h
+++ b/src/LinearMath/btMatrixX.h
@@ -284,7 +284,7 @@ struct btMatrixX
}
}
- void printMatrix(const char* msg)
+ void printMatrix(const char* msg) const
{
printf("%s ---------------------\n", msg);
for (int i = 0; i < rows(); i++)