Skip to content
  • David C. Lonie's avatar
    Work around MSVC linker issues. · 5a8ddba5
    David C. Lonie authored
    'using Superclass::OverloadedMethod;' was throwing linker errors on
    MSVC:
    
    error C2487: 'vtkDataArray::SetTuple' : member of dll interface
    class may not be declared with dll interface
    
    Explicitly fowarding the call instead works.
    5a8ddba5