summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-02 09:42:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-02 14:22:34 +0000
commit5e9f98148b332f5c4df4ef785af650fd61340907 (patch)
treea1b45fe9f96a38f6802fc0ae360f9d479ace2ac7 /include/vcl
parent84e8e11dc3c73bcfe63f5e9c6cc49ee18a511a9b (diff)
coverity#1371145 Missing move assignment operator
Change-Id: I3aa3267cb6a824d1a7a843f2f61d7ce08ae0cd52 Reviewed-on: https://gerrit.libreoffice.org/28619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/jobset.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/jobset.hxx b/include/vcl/jobset.hxx
index 7cc7a3dfc217..a3aa1196f83b 100644
--- a/include/vcl/jobset.hxx
+++ b/include/vcl/jobset.hxx
@@ -37,6 +37,7 @@ public:
~JobSetup();
JobSetup& operator=( const JobSetup& rJob );
+ JobSetup& operator=( JobSetup&& rJob );
bool operator==( const JobSetup& rJobSetup ) const;
bool operator!=( const JobSetup& rJobSetup ) const