Introduce base IO_MGR class and unify RELEASER objects
The IO_RELEASER is a thin-wrapper around a std::unique_ptr, but done this way to allow easier addition of a custom deleter in the future if something needs to call back into the IO_MGR.
This commit is contained in:
@@ -86,9 +86,6 @@ wxArrayString GetFootprints(const wxString& aNickName);
|
||||
|
||||
|
||||
%include <pcb_io/pcb_io_mgr.h>
|
||||
|
||||
// ignore RELEASER as nested classes are still unsupported by swig
|
||||
%ignore IO_MGR::RELEASER;
|
||||
%include <pcb_io/pcb_io.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user