summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impvect.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-08-18 13:16:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-08-18 14:24:11 +0100
commit089620728299ab1688edaf066e9f9790d67449aa (patch)
treead6f09018d00118fd046ea154d3217369a3c7af4 /vcl/source/gdi/impvect.cxx
parent7a31ae209304730e06e1f33333ebc81e7c7b5de9 (diff)
cppcheck: noCopyConstructor
Change-Id: Id5323cb6f52666f85965e11b07e4f2bca8af4e78
Diffstat (limited to 'vcl/source/gdi/impvect.cxx')
-rw-r--r--vcl/source/gdi/impvect.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx
index d8edab2617de..b33ef2744ab0 100644
--- a/vcl/source/gdi/impvect.cxx
+++ b/vcl/source/gdi/impvect.cxx
@@ -274,6 +274,9 @@ private:
void ImplPostProcess( const ImplPointArray& rArr );
+ ImplChain(const ImplChain&) = delete;
+ ImplChain& operator=(const ImplChain&) = delete;
+
public:
ImplChain();