Skip to content
  • David C. Lonie's avatar
    Add missing 'inline' statements. · dbcb37d3
    David C. Lonie authored
    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.
    dbcb37d3