X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FOpenGl%2FOpenGl_ResourceTexture.hxx;h=0b3ea346ff9e6b97af9dc67e768a4aec080c671d;hb=2166f0fad8d7bd32bed2ce4b8766e115d7be63a8;hpb=1d2b1ccb453fcdf3aac0bdb2d5baf34dfb1cc4f9 diff --git a/src/OpenGl/OpenGl_ResourceTexture.hxx b/src/OpenGl/OpenGl_ResourceTexture.hxx index 1ab4d51def..0b3ea346ff 100755 --- a/src/OpenGl/OpenGl_ResourceTexture.hxx +++ b/src/OpenGl/OpenGl_ResourceTexture.hxx @@ -30,7 +30,7 @@ protected: //! Clean procedure for texture resource; //! Should be called by the OpenGl_ResourceCleaner - void Clean(); + virtual void Clean (const Handle(OpenGl_Context)& theGlContext); };