LGTM: [skip ci] fix: Local variable hides global variable

A local variable or parameter that hides a global variable of the same name.
This may be confusing. Consider renaming one of the variables.
This commit is contained in:
wmayer
2020-07-26 19:30:24 +02:00
parent 7a5be2d42e
commit 99121b75c9
4 changed files with 15 additions and 43 deletions

View File

@@ -50,8 +50,6 @@ using namespace std;
PROPERTY_SOURCE(Drawing::FeaturePage, App::DocumentObjectGroup)
const char *group = "Drawing view";
FeaturePage::FeaturePage(void) : numChildren(0)
{
static const char *group = "Drawing view";