About Store Forum Documentation Contact



Post Reply 
error C2558 when compiling code
Author Message
kulesz Offline
Member

Post: #1
error C2558 when compiling code
I've got a structure with EE::Edit::Heightmap member in it.
When I'm trying to compile, I get:

Code:
error C2558: struct 'EE::Image' : no copy constructor available or copy constructor is declared 'explicit'
1>          This diagnostic occurred in the compiler generated function 'EE::Edit::Heightmap::Heightmap(EE::Edit::Heightmap &)'

How could it be fixed?
10-29-2011 05:33 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: error C2558 when compiling code
Show some code. Compiles fine for me.
10-29-2011 10:55 PM
Find all posts by this user Quote this message in a reply
Post Reply