From 586f0875750c77b95f52610381f8c24f021aa270 Mon Sep 17 00:00:00 2001 From: Vyacheslav Moklev Date: Thu, 14 Feb 2019 12:57:09 +0300 Subject: Fix compilation for JBRE8 (avoid using C++11 feature) --- src/windows/native/sun/windows/awt_FileDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/windows') diff --git a/src/windows/native/sun/windows/awt_FileDialog.cpp b/src/windows/native/sun/windows/awt_FileDialog.cpp index 1e5d78da69..3c797c1ea4 100644 --- a/src/windows/native/sun/windows/awt_FileDialog.cpp +++ b/src/windows/native/sun/windows/awt_FileDialog.cpp @@ -94,8 +94,6 @@ class SmartHolderBase { public: SmartHolderBase() : m_pointer(NULL) {} - SmartHolderBase& operator=(const SmartHolderBase&) = delete; - void Attach(T* other) { Clean(); m_pointer = other; -- cgit v1.2.3