Skip to content
Snippets Groups Projects
Commit 94384319 authored by Marco Biasini's avatar Marco Biasini
Browse files

silence warning for gcc 4.0

parent cc2f9aaa
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,7 @@ struct GradientLevelGetCol {
LOG_DEBUG("property " << property_ << " not found");
return std::make_pair(false,Color());
}
return std::make_pair(false,Color());
}
String property_;
mol::EntityPropertyMapper epm_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment