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() ) {