fix codedex

Signed-off-by: luoying_ace_admin <luoying19@huawei.com>
This commit is contained in:
luoying_ace_admin
2022-04-16 18:00:34 +08:00
parent 48303f1c72
commit 901e3095c4
@@ -48,7 +48,7 @@ public:
return false;
}
const std::string& GetBelongGroup() const
std::string GetBelongGroup() const
{
if (component_) {
return component_->GetBelongGroup();
@@ -56,7 +56,7 @@ public:
return "";
}
const std::string& GetCheckboxName() const
std::string GetCheckboxName() const
{
if (component_) {
return component_->GetCheckboxName();
@@ -64,7 +64,7 @@ public:
return "";
}
const std::string& GetGroupName() const
std::string GetGroupName() const
{
if (component_) {
return component_->GetGroupName();