MADEAPPS / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.
http://www.newtondynamics.com
Other
938 stars 182 forks source link

header missing from dArray.h #206

Closed mikest closed 4 years ago

mikest commented 4 years ago

Header is missing from array.

/Users/estee/newton-dynamics/sdk/dContainers/./dArray.h:16:22: error: expected class name
class dArray: public dContainersAlloc
                     ^
/Users/estee/newton-dynamics/sdk/dContainers/./dArray.h:43:3: error: member initializer 'dContainersAlloc' does not name a non-static data member or base class
        :dContainersAlloc()
         ^~~~~~~~~~~~~~~~~~
2 errors generated.
JulioJerez commented 4 years ago

ha yes I recently added the allocator to the dArray, but forget the header. fixed.

thanks.