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

vtkHDFReader: fix some grammar in deprecation warning

parent cf3e8667
No related branches found
No related tags found
No related merge requests found
......@@ -312,8 +312,8 @@ private:
*
* Useful to set privatly the deprecate UseTransientData variable to true when it's needed.
*/
VTK_DEPRECATED_IN_9_4_0("Use directly UseTemporalData, the purpose of this setter was to set"
"the deprecate value HasTransientData.")
VTK_DEPRECATED_IN_9_4_0("Use UseTemporalData directly; the purpose of this setter was to set "
"the deprecated field HasTransientData.")
void SetHasTemporalData(bool useTemporalData);
/**
......
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