X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOpenGl%2FOpenGl_Flipper.hxx;h=7f159c5db97e9230b3f96f00fcff1b2911247c90;hp=979095aa15ba39cf39d42878c12bc9178d0085de;hb=0c33a0bf4d320a4afef435687477636a570100b3;hpb=d5f74e42d6160fc451ef4e464a93a0de9b384adc diff --git a/src/OpenGl/OpenGl_Flipper.hxx b/src/OpenGl/OpenGl_Flipper.hxx index 979095a..7f159c5 100755 --- a/src/OpenGl/OpenGl_Flipper.hxx +++ b/src/OpenGl/OpenGl_Flipper.hxx @@ -16,7 +16,6 @@ #include #include -#include class gp_Ax2; @@ -41,7 +40,7 @@ public: void SetOptions (const Standard_Boolean theIsEnabled) { myIsEnabled = theIsEnabled; } Standard_EXPORT virtual void Render (const Handle(OpenGl_Workspace)& theWorkspace) const; - Standard_EXPORT virtual void Release (const Handle(OpenGl_Context)& theCtx); + Standard_EXPORT virtual void Release (OpenGl_Context* theCtx); public: