Hi,
I am getting this error.
error C2371: 'LineCollection ' : redefinition; different basic types
I have 'LineCollection ' defined in two header files in one project
Like
"typedef std::vector<lin eLineCollection ;"
But both of the header file not dependant on each other, they are
separate.
Why I am still getting that error?
How should I solve this problem? Should I just change the name?
Thanks
Trupti
I am getting this error.
error C2371: 'LineCollection ' : redefinition; different basic types
I have 'LineCollection ' defined in two header files in one project
Like
"typedef std::vector<lin eLineCollection ;"
But both of the header file not dependant on each other, they are
separate.
Why I am still getting that error?
How should I solve this problem? Should I just change the name?
Thanks
Trupti
Comment