summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-25 11:41:01 +0200
committerNoel Grandin <noel@peralex.com>2016-08-25 11:41:30 +0200
commit19828cc01ff1e3421907f77863a464e87c70f57c (patch)
tree09b549625a5f0132a0969894fe2e4b069f3e3118 /include/drawinglayer
parent0e74870782bd46a9654e63e19d081528fcccb6fa (diff)
cid#1371315 Missing move assignment operator
Change-Id: I9da0ffe856a0a40094c1c553bb2c5e05d8d3ef5d
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/attribute/strokeattribute.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drawinglayer/attribute/strokeattribute.hxx b/include/drawinglayer/attribute/strokeattribute.hxx
index 69576edf56d6..4ca39552d9ec 100644
--- a/include/drawinglayer/attribute/strokeattribute.hxx
+++ b/include/drawinglayer/attribute/strokeattribute.hxx
@@ -52,6 +52,7 @@ namespace drawinglayer
StrokeAttribute();
StrokeAttribute(const StrokeAttribute& rCandidate);
StrokeAttribute& operator=(const StrokeAttribute& rCandidate);
+ StrokeAttribute& operator=(StrokeAttribute&& rCandidate);
~StrokeAttribute();
// checks if the incarnation is default constructed