kulesz
Member
|
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 |
|
Driklyn
Member
|
RE: error C2558 when compiling code
Show some code. Compiles fine for me.
|
|
10-29-2011 10:55 PM |
|