summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/interface/MapHelper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsTools/interface/MapHelper.hpp b/Graphics/GraphicsTools/interface/MapHelper.hpp
index 5a307222..8de2e0cd 100644
--- a/Graphics/GraphicsTools/interface/MapHelper.hpp
+++ b/Graphics/GraphicsTools/interface/MapHelper.hpp
@@ -166,8 +166,8 @@ public:
}
private:
- MapHelper(const MapHelper&);
- MapHelper& operator=(const MapHelper&);
+ MapHelper(const MapHelper&) = delete;
+ MapHelper& operator=(const MapHelper&) = delete;
template <typename PtrType, bool UseStrongReference>
struct PtrTypeSelector