mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 10:57:49 +00:00
3dfc7c57e0
This fixes -Wdeprecated-copy with FreeBSD's clang17.
This commit reverts a change from 8a32b0b3d4, where a private copy
assignment operator was deleted, whereas it was needed to explicitly
declare the copy constructor, refs #5294.