From 443ddd5f5e1c714bab25758e543d2c65d7729d0e Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 29 Aug 2011 10:32:00 +0200 Subject: [PATCH] COMP: fix compilation for Debian Testing and ArchLinux (probably due to gcc version) --- Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h b/Code/Wrappers/SWIG/otbWrapperSWIGIncludes.h index c09c03fdcc..336e067ea7 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 -- GitLab