OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 15 forks source link

Fix arithmetic on a pointer to an incomplete type 'const Procedural::Shape' #165

Closed fernandotonon closed 1 year ago

fernandotonon commented 1 year ago

When building in macOS using Xcode, it was throwing the error: Fix arithmetic on a pointer to an incomplete type 'const Procedural::Shape'

This pull request moves the implementation of the addMultiShape method to the CPP to avoid the use of incomplete type.

image

paroj commented 1 year ago

thanks!