| 22 | OpenGLBindings *bindings; |
| 23 | protected: |
| 24 | WithOpenGLBindings() : bindings(0) {} |
| 25 | virtual ~WithOpenGLBindings() {} |
| 26 | |
| 27 | virtual void onOpenGLBindingsChanged(OpenGLBindings *b) { } |
nothing calls this directly
no outgoing calls
no test coverage detected