diff --git a/Applications/Projections/otbGridBasedImageResampling.cxx b/Applications/Projections/otbGridBasedImageResampling.cxx
index cff9336549e5a5d6fb8ecb65890fb051ca583cfe..8cb43d0c036d285fc3ccb5a79e4b97a2c418ac9d 100644
--- a/Applications/Projections/otbGridBasedImageResampling.cxx
+++ b/Applications/Projections/otbGridBasedImageResampling.cxx
@@ -33,8 +33,8 @@ namespace otb
 {
 enum
 {
-  Interpolator_Linear,
   Interpolator_NNeighbor,
+  Interpolator_Linear,
   Interpolator_BCO
 };