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

vtkFLUENTCFFReader: remove redundant `void` argument

parent d46d6cd9
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ public:
/**
* Get the number of cell arrays available in the input.
*/
int GetNumberOfCellArrays(void);
int GetNumberOfCellArrays();
/**
* Get the name of the cell array with the given index in
......
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