Fix the MSVC build by making MessageDeleteHelperImage non-copyable.

Authored by tilladam on Apr 25 2020, 6:04 PM.

Description

Fix the MSVC build by making MessageDeleteHelperImage non-copyable.

Because the class is exported, MSVC tries to instantiate the
std::vector<RunningAnimatedImage> as copyable, which fails because
RunningAnimatedImage is not copyable. Making it explicitely non-
copyable avoids this.

Details

Committed
tilladamApr 25 2020, 6:04 PM
Parents
R865:1676d10779e5: Fix exports for MSVC build.
Branches
Unknown
Tags
Unknown