From 94620b6629847e64ae9a03b99b3b357c603a18ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 21 May 2019 15:55:08 +0200 Subject: [PATCH] ENH: methods are now private --- .../AppClassification/app/otbTrainImagesRegression.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Applications/AppClassification/app/otbTrainImagesRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainImagesRegression.cxx index 33ceaa5b53..00d6465ccb 100644 --- a/Modules/Applications/AppClassification/app/otbTrainImagesRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainImagesRegression.cxx @@ -101,7 +101,6 @@ private: SetOfficialDocLink(); } -protected: /** Holds sampling parameters specific to training or validation */ struct SamplingParameters { @@ -379,7 +378,6 @@ protected: ExecuteInternal("training"); } -private: void DoUpdateParameters() override { } -- GitLab