osg2vsg
osg2vsg copied to clipboard
Fix inconsistent forward declaration of PipelineCache
PipelineCache was defined as a struct in
https://github.com/vsg-dev/osg2vsg/blob/b14dddf1f68fa7e5e89574599108a8c4e2146c7f/src/osg2vsg/BuildOptions.h#L21
but it's forward declared as class in
https://github.com/vsg-dev/osg2vsg/blob/b14dddf1f68fa7e5e89574599108a8c4e2146c7f/include/osg2vsg/OSG.h#L32