USNavalResearchLaboratory / simdissdk

SIMDIS SDK
Other
114 stars 39 forks source link

Fix implicit refptr #71

Closed jasonbeverage closed 3 years ago

jasonbeverage commented 3 years ago

Fixes a few calls to .get() to fix building when osg is built with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION is set to false.

emminizer commented 3 years ago

Hi Jason, looks like the difference is just a blank line added in. I think all changes have been merged in with previous commits?

jasonbeverage commented 3 years ago

Hey Dan, just pushed the commits to this branch, it's just a few lines.