spiralmonkey Posted November 9, 2005 Share Posted November 9, 2005 I guess my question is directed towards the folks as sesi. i've just been wanting to merge GEO_Details together and i'm a bit confused. The function defined in class GEO_Detail is: void merge(GEO_Detail &src, const GB_PrimitiveGroup ... why is the input not a CONST GEO_Detail*? generally when requesting a detail from somewhere else you receive a CONST as you would expect. what's the problem with being able to merge these into my gdp? i've cast those to a void* and then to a GEO_Detail (non-const) and done the merge, but that's awfully un-c++ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.