Hi there,

I was just perusing through this code:

If you compare 
https://github.com/MITK/MITK/blob/master/Modules/IOExt/Internal/mitkIOExtActivator.h

with
https://github.com/MITK/MITK/blob/master/Modules/IOExt/Internal/mitkIOExtActivator.cpp

it looks like you are assigning:
   m_ObjWriter.reset(new PlyFileWriterService());

As its a unique_ptr to the base class type, all is probably ok.
But it needs the name changing to m_PlyWriter or some such.

Thanks

M


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to