-
- Downloads
Add missing 'inline' statements.
Since vtkArrayListTemplate.h includes vtkArrayListTemplate.txx, all non-templated methods defined in the implementation file need to be marked inline to prevent warnings about ODR violations on static msvc builds.
Please register or sign in to comment