Skip to content
Snippets Groups Projects
Commit 03b9afcd authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkMatplotlibMathTextUtilities: agree on the array size with the decl

Found with Xcode 15.4 as a warning.
parent 80b0db7e
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ PyObject* vtkMatplotlibMathTextUtilities::GetFontProperties(vtkTextProperty* tpr
//------------------------------------------------------------------------------
void vtkMatplotlibMathTextUtilities::GetJustifiedBBox(
int rows, int cols, vtkTextProperty* tprop, int bbox[])
int rows, int cols, vtkTextProperty* tprop, int bbox[4])
{
bbox[0] = 0;
bbox[1] = cols - 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment