summaryrefslogtreecommitdiffstats
path: root/src/core/model/RBAModelElementMaker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/RBAModelElementMaker.cpp')
-rw-r--r--src/core/model/RBAModelElementMaker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/RBAModelElementMaker.cpp b/src/core/model/RBAModelElementMaker.cpp
index 9d750c0..1a5a649 100644
--- a/src/core/model/RBAModelElementMaker.cpp
+++ b/src/core/model/RBAModelElementMaker.cpp
@@ -83,7 +83,7 @@ RBAModelElementMaker::getInstance(RBAModelImpl* model,
}
// In case of Elemetn with name
-   if(fullName != "") {
+ if(fullName != "") {
const auto elem = model->findModelElement(fullName);
// exists in model
if(elem != nullptr) {