Skip to content
Snippets Groups Projects
Commit 95a4d212 authored by Julien Michel's avatar Julien Michel
Browse files

BUG: forgot to remove these static declarations

parent 005b0629
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ GradientBoostedTreeMachineLearningModelFactory<TInputValue,TOutputValue>
::GradientBoostedTreeMachineLearningModelFactory()
{
static std::string classOverride = std::string("otbMachineLearningModel");
static std::string subclass = std::string("otbGradientBoostedTreeMachineLearningModel");
std::string classOverride = std::string("otbMachineLearningModel");
std::string subclass = std::string("otbGradientBoostedTreeMachineLearningModel");
this->RegisterOverride(classOverride.c_str(),
subclass.c_str(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment