From d230828baa9e94f61ae7c550852a950b5f95c91c Mon Sep 17 00:00:00 2001 From: topilski Date: Tue, 13 Aug 2019 23:44:54 -0400 Subject: [PATCH] Sources UP --- cmake | 2 +- src/gui/widgets/key_edit_widget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake b/cmake index add0bd2d5..588280c9c 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit add0bd2d5ba918c02447c136c34e2b5d1cf22f8d +Subproject commit 588280c9cf263523d5245b7de3ff824af833f769 diff --git a/src/gui/widgets/key_edit_widget.cpp b/src/gui/widgets/key_edit_widget.cpp index 5a689b11b..e7913cd47 100644 --- a/src/gui/widgets/key_edit_widget.cpp +++ b/src/gui/widgets/key_edit_widget.cpp @@ -372,7 +372,7 @@ void KeyEditWidget::syncControls(const core::NValue& item) { if (item->GetAsHash(&hash)) { for (auto it = hash->begin(); it != hash->end(); ++it) { auto element = (*it); - const auto key_str = element.first; + const auto key_str = element.first; if (key_str.empty()) { continue; }