diff --git a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h index c09c03fdccfc56b13855d2639b847908b28d1ec2..336e067ea7989dc4fcf12d62cb5480f18a4999b6 100644 --- a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h +++ b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h @@ -31,9 +31,9 @@ //typedef otb::Wrapper::ParameterGroup::Pointer::SmartPointer ParameterGroup_Pointer; typedef otb::Wrapper::Application Application; -typedef otb::Wrapper::Application::Pointer::SmartPointer Application_Pointer; +typedef otb::Wrapper::Application::Pointer Application_Pointer; -typedef otb::Wrapper::ApplicationRegistry Registry; +typedef otb::Wrapper::ApplicationRegistry Registry; #endif