ofxBlackmagic2 icon indicating copy to clipboard operation
ofxBlackmagic2 copied to clipboard

fix const-correctness for some inherited methods

Open tgfrerer opened this issue 10 years ago • 1 comments

This fixes / and or sets const correctness for methods inherited from baseDraws, basePixels, and baseHasTexture, so that addon can be used with current oF master/upstream, and upcoming oF 0.9 release.

  • Also moves from deprecated get_Ref() to get_() where needed.

This is a WIP, and will only be useful to merge once oF 0.9 has been released.

tgfrerer avatar Apr 29 '15 14:04 tgfrerer

Thanks for this Will merge when the time.comes

Happy to make a branch to keep it if you prefer

elliotwoods avatar Apr 29 '15 17:04 elliotwoods