summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbrenderinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbrenderinfo.cpp')
-rw-r--r--utils/themeeditor/graphics/rbrenderinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbrenderinfo.cpp b/utils/themeeditor/graphics/rbrenderinfo.cpp
index c261237..4685336 100644
--- a/utils/themeeditor/graphics/rbrenderinfo.cpp
+++ b/utils/themeeditor/graphics/rbrenderinfo.cpp
@@ -39,6 +39,8 @@ const RBRenderInfo& RBRenderInfo::operator=(const RBRenderInfo& other)
mProject = other.mProject;
mScreen = other.mScreen;
mModel = other.mModel;
+
+ return *this;
}
RBRenderInfo::~RBRenderInfo()