From 77439d8b66f27c94f93b47c112cdf6d6e7ab8527 Mon Sep 17 00:00:00 2001 From: Garux Date: Fri, 1 Jan 2021 19:22:30 +0300 Subject: [PATCH] fix [-Wdeprecated-copy] --- radiant/brush.h | 1 + 1 file changed, 1 insertion(+) diff --git a/radiant/brush.h b/radiant/brush.h index cf3ff39b..b84f97af 100644 --- a/radiant/brush.h +++ b/radiant/brush.h @@ -705,6 +705,7 @@ FacePlane( const FacePlane& other ) : m_funcStaticOrigin( 0, 0, 0 ){ updateTranslated(); } } +FacePlane& operator=( const FacePlane& ) = default; void MakePlane(){ if ( !isDoom3Plane() ) {